The GradientLinear type exposes the following members.

Constructors

  NameDescription
Public methodGradientLinear
Default constructor.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

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