LinearGradientBrushObject Properties
Paints an area with a linear gradient.| 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. Inherited from BaseGradientBrushObject. |
| EndPoint | Gets or sets the ending two-dimensional coordinates of the linear gradient. |
| GradientStops | Gets or sets the brush’s gradient stops. Inherited from BaseGradientBrushObject. |
| 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. Inherited from BaseGradientBrushObject. |
| StartPoint | Gets or sets the starting two-dimensional coordinates of the linear gradient. |
| Transform | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from BrushObject. |
See Also