The CommonGradient type exposes the following members.

Properties

  NameDescription
Public propertyCenterPointX
Fraction-based X coordinate of the radial gradient center.
Public propertyCenterPointY
Fraction-based Y coordinate of the radial gradient center.
Public propertyDirection
Gets or sets the direction of a gradient brush.
Public propertyFalloff
Gets or sets the type of a gradient falloff.
Public propertyFocus
A value from 0 through 1 that specifies the point where the gradient is composed of only the ending color.
Public propertyFocusScaleX
Specifies the focus point X coordinate (between 0 and 1) for the radial gradient falloff.
Public propertyFocusScaleY
Specifies the focus point Y coordinate (between 0 and 1) for the radial gradient falloff.
Public propertyName
Gets or sets a name associated with the common item.
(Inherited from CommonItem.)
Public propertyOwner
Gets the owner Gauge element.
(Inherited from CommonItem.)
Public propertyScaleX
Scales the width of the gradient area by the specified amount (after translation).
Public propertyScaleY
Scales the height of the gradient area by the specified amount (after translation).
Public propertyTranslateX
Moves the gradient area by the specified relative amount along the X-axis (before scaling).
Public propertyTranslateY
Moves the gradient area by the specified relative amount along the Y-axis (before scaling).

See Also