The GradientLinear type exposes the following members.

Properties

  NameDescription
Public propertyAngle
Gets or sets angle (degree) of a gradient. Must be in the range [0..359].
Public propertyEndColor
Gets or sets gradient end color.
(Inherited from Gradient.)
Public propertyEndColorStop
Gets or sets end color stop. Value is in the range [0..1].
(Inherited from Gradient.)
Public propertyRotated
Gets or sets whether the gradient rotated with shape.
(Inherited from Gradient.)
Public propertyStartColor
Gets or sets gradient start color.
(Inherited from Gradient.)
Public propertyStartColorStop
Gets or sets start color stop. Value is in the range [0..1].
(Inherited from Gradient.)
Public propertyType
Gets gradient type.
(Inherited from Gradient.)

See Also