Skip to main content
All docs
V25.1
  • 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

    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