The AxialGradientBrush type exposes the following members.

Properties

  NameDescription
Public propertyColorStops
The color stops of this gradient.
(Inherited from GradientBrush.)
Public propertyEndColor
The end color of the gradient fill.
(Inherited from GradientBrush.)
Public propertyEndWrapMode
How the gradient behaves after the end point.
(Inherited from GradientBrush.)
Public propertyEndX
The horizontal position of the ending point of the gradient fill. This position is relative to the origin of the shape to which the brush is applied.
Public propertyEndY
The vertical position of the ending point of the gradient fill. This position is relative to the origin of the shape to which the brush is applied.
Public propertyStartColor
The start color of the gradient fill.
(Inherited from GradientBrush.)
Public propertyStartWrapMode
How the gradient behaves before the start point.
(Inherited from GradientBrush.)
Public propertyStartX
The horizontal position of the starting point of the gradient fill. This position is relative to the origin of the shape to which the brush is applied.
Public propertyStartY
The vertical position of the starting point of the gradient fill. This position is relative to the origin of the shape to which the brush is applied.
Public propertyTransform
Add an additional transformation to this gradient brush.
(Inherited from GradientBrush.)

See Also