Represents background appearance
public class Background : ICloneable
| Name |
Description |
| Background() |
The default constructor. |
| Name |
Description |
| Brush { get; set; } |
Gets or sets the background brush. Value by default is null. This property expects instance of Brush objects implementations See different Brush classes |
| Color { get; set; } |
Gets or sets the background color of signature. |
| Transparency { get; set; } |
Gets or sets the background transparency (value from 0.0 (opaque) through 1.0 (clear)). |
| Name |
Description |
| Clone() |
Implement IClonable interface |
We value your opinion. Your feedback will help us improve our documentation.