The AxialGradientBrush type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AxialGradientBrush()()()() |
Create a new AxialGradientBrush.
| |
| AxialGradientBrush(Color, Color, Double, Double, Double, Double) |
Create a new AxialGradientBrush with given start and endpoint.
|
Methods
| Name | Description | |
|---|---|---|
| Clone |
Clones a Brush.
(Inherited from GradientBrush.) | |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Read(String) |
Read from XML file.
(Inherited from Object.) | |
| Read(XmlElement) |
Read from XML element.
(Inherited from Object.) | |
| Read(XmlReader) |
Read from XML reader.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| EndColor |
The end color of the gradient fill.
(Inherited from GradientBrush.) | |
| EndX |
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.
| |
| EndY |
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.
| |
| StartColor |
The start color of the gradient fill.
(Inherited from GradientBrush.) | |
| StartX |
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.
| |
| StartY |
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.
|