Initializes a new instance of the LinearGradientBrush class.
The color at the start of the gradient.
The color at the end of the gradient.
The angle in degrees about which the gradient is rotated around the center.
The opacity.
Gets or sets the color at the start of the gradient.
Gets or sets the color at the end of the gradient.
Gets or sets the opacity of the brush.
Valid values are in the range of [0..1]
, where 0
is completely translucent and 1
is opaque.
Gets or sets the angle in degrees about which the gradient is rotated around the center.
Returns the linear gradient brush that is defined by the specified description.
Linear gradient brush description
Generated using TypeDoc
Describes a brush that fills an area with a linear gradient.