The C1GaugeGradient type exposes the following members.

Constructors

  NameDescription
Public methodC1GaugeGradient
This ctor is for internal use only.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

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 propertyCommonGradientName
Gets or sets the name of the gradient template.
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 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