Back to Devexpress

GradientType Enum

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-eca33fba.md

latest1.4 KB
Original Source

GradientType Enum

Lists gradient types.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public enum GradientType
vb
Public Enum GradientType

Members

NameDescription
Linear

A linear gradient.

| | Rectangle |

A rectangular gradient.

| | Circle |

A circular gradient.

| | Shape |

A gradient that follows the perimeter of the shape.

|

The following properties accept/return GradientType values:

Remarks

Use the following methods to apply a gradient to a shape or its outline:

See Also

DevExpress.XtraRichEdit.API.Native Namespace