Background class

Background class

Represents background appearance

The Background type exposes the following members:

Constructors

Constructor Description
init Constructs a new instance of Background

Properties

Property Description
color Gets or sets the background color of signature.
transparency Gets or sets the background transparency (value from 0.0 (opaque) through 1.0 (clear)).
brush Gets or sets the background brush. Value by default is null.
This property expects instance of Brush objects implementations
See different Brush classes

Methods

Method Description
clone Implement IClonable interface

See Also