NRadialGradientFill Class Members
In This Topic
The following tables list the members exposed by NRadialGradientFill.
Public Constructors
Public Fields
Public Properties
| Name | Description |
| Center | Gets the center in gradient rect coordinates. |
| FillType | Overridden. Gets the fill type (Radial Gradient) as an enum value. |
| Focus | Gets/Sets the focus in gradient rect coordinates. |
| FocusFactorX | Gets or sets the X position of the gradient focus point, relatively to the radial gradient bounds. 0 = left side, 0.5 = center, 1 = right side |
| FocusFactorY | Gets or sets the Y position of the gradient focus point, relatively to the radial gradient bounds. 0 = top side, 0.5 = center, 1 = bottom side |
| GradientRect | Gets the gradient rectangle. |
| Radius | Gets the Radius of the gradient circle. |
Top
Public Methods
| Name | Description |
| CreateInverseFill | Overridden. Creates a new radial gradient fill by inverting the colors of this fill. |
Top
See Also