DXLinearGradientBrush Properties
A brush that paints an area with a linear gradient.| Name | Description |
|---|---|
| Blend | Gets or sets a custom falloff of the gradient. |
| InterpolationColors | Gets or sets a multicolor linear gradient. |
| LinearColors | Gets or sets the starting and ending colors of the gradient. |
| Rectangle | Gets or sets a rectangular region that defines the starting and ending points of the gradient. |
| Transform | Gets or sets a copy of the geometric world transformation. Inherited from DXTilingBrush. |
| WrapMode | Gets or sets the brush’s wrap mode. Inherited from DXTilingBrush. |
See Also