The RadialGradientBrush type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| RadialGradientBrush()()()() |
Create a new RadialGradientBrush.
| |
| RadialGradientBrush(Color, Color, Double, Double, Double, Double) |
Create a new RadialGradientBrush with given centerpoint and radius of both circles.
|
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.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| ColorStops |
The color stops of this gradient.
(Inherited from GradientBrush.) | |
| EndColor |
The end color of the gradient fill.
(Inherited from GradientBrush.) | |
| EndWrapMode |
How the gradient behaves after the end point.
(Inherited from GradientBrush.) | |
| InnerRadius |
The radius of the inner circle.
| |
| OuterRadius |
The radius of the outer circle.
| |
| StartColor |
The start color of the gradient fill.
(Inherited from GradientBrush.) | |
| StartWrapMode |
How the gradient behaves before the start point.
(Inherited from GradientBrush.) | |
| Transform |
Add an additional transformation to this gradient brush.
(Inherited from GradientBrush.) | |
| X |
The horizontal position of the center point of both circles.
This position is relative to the origin of the shape to which the brush is applied.
| |
| Y |
The vertical position of the center point of both circles.
This position is relative to the origin of the shape to which the brush is applied.
|