Background

Background class

Represents background appearance

public class Background : ICloneable

Constructors

Name Description
Background() The default constructor.

Properties

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)).

Methods

Name Description
Clone() Implement IClonable interface

See Also