Skip to main content

GradientFill.GradientType Property

Returns the type of the gradient applied to a shape or its border.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

GradientType GradientType { get; }

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