GradientFill.GradientType Property
Returns the type of the gradient applied to a shape or its border.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v25.1.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
Property Value
| Type | Description |
|---|---|
| GradientType | An enumeration member that specifies the gradient type. |
Available values:
| Name | Description |
|---|---|
| Linear | A linear gradient. |
| Rectangle | A rectangular gradient. |
| Circle | A circular gradient. |
| Shape | A gradient that follows the perimeter of the shape. |
See Also