[]
Encapsulates properties of a color gradient.
public class C1GaugeGradient
Name | Description |
---|---|
CenterPointX | Fraction-based X coordinate of the radial gradient center. |
CenterPointY | Fraction-based Y coordinate of the radial gradient center. |
CommonGradientName | Gets or sets the name of the gradient template. |
Direction | Gets or sets the direction of a gradient brush. |
Falloff | Gets or sets the type of a gradient falloff. |
Focus | A value from 0 through 1 that specifies the point where the gradient is composed of only the ending color. |
FocusScaleX | Specifies the focus point X coordinate (between 0 and 1) for the radial gradient falloff. |
FocusScaleY | Specifies the focus point Y coordinate (between 0 and 1) for the radial gradient falloff. |
ScaleX | Scales the width of the gradient area by the specified amount (after translation). |
ScaleY | Scales the height of the gradient area by the specified amount (after translation). |
TranslateX | Moves the gradient area by the specified relative amount along the X-axis (before scaling). |
TranslateY | Moves the gradient area by the specified relative amount along the Y-axis (before scaling). |