BaseGradientBrushObject Properties
Represents the base class for gradient brushes used to paint gauge elements.| Name | Description |
|---|---|
| BrushRect | Gets or sets the rectangle to paint by the brush. Inherited from BrushObject. |
| EndColor | Gets or sets the color of the gradient brush at the end point. |
| GradientStops | Gets or sets the brush’s gradient stops. |
| IsDisposing | Gets whether the form is currently being disposed of. Inherited from BaseObject. |
| IsEmpty | Gets whether the current brush object is empty. Inherited from BrushObject. |
| IsUpdateLocked | Gets whether the object has been locked for updating. Inherited from BaseObject. |
| StartColor | Gets or sets the color of the gradient brush at the start point. |
| Transform | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from BrushObject. |
See Also