LinearGradientBrush Members

The LinearGradientBrush type exposes the following members.

Constructors

Name Description
Public method LinearGradientBrush Overloaded.

Methods

Name Description
Public method Equals (Inherited from Object.)
Protected method FillProperties

Fills the properties of the gradient brush with the specified values.

(Inherited from GradientBrush.)
Protected method Finalize (Inherited from Object.)
Public method GetCopy

Creates a copy of the current Brush instance.

(Inherited from Brush.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties

Name Description
Public property BackgroundColor

Gets or sets the background color.

(Inherited from GradientBrush.)
Public property ColorStops

Gets or sets the array of color-stop points represented in ColorStop.

(Inherited from GradientBrush.)
Public property EndExtend

Gets or sets the extend mode at the end of the gradient.

(Inherited from GradientBrush.)
Public property EndPoint

Gets or sets the end point of the linear gradient.

Public property StartExtend

Gets or sets the extend mode at the start of the gradient.

(Inherited from GradientBrush.)
Public property StartPoint

Gets or sets the start point of the linear gradient.

Public property Transform

Gets or sets the transform applied to the gradient brush.

(Inherited from GradientBrush.)

See Also

Reference