LinearGradientBrush class

LinearGradientBrush class

Represents linear gradient brush.

Inheritance: LinearGradientBrushBrush

The LinearGradientBrush type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the LinearGradientBrush class with default values.
init Initializes a new instance of the LinearGradientBrush class.

Properties

Property Description
start_color Gets or sets start gradient color.
end_color Gets or sets finish gradient color.
angle Gets or sets gradient angle.

See Also