[]
Represents the brush to be used to fill the gradient shape.
public sealed class LinearBoxGradientBrush : BoxGradientBrush, IDisposable, ICloneable
The handle of the LinearBoxGradientBrush is always IntPtr.Zero, so it can not be used to DeviceContext.
| Name | Description |
|---|---|
| LinearBoxGradientBrush(Color[], GradientDirection) | Initializes a new instance of the LinearBoxGradientBrush class. |
| Name | Description |
|---|---|
| Colors | Gets or sets the linear gradient colors. |
| Direction | Gets or sets the gradient direction. |