GradientFill.GradientType Property
Returns the type of the gradient applied to a shape or its border.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
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