Skip to main content
All docs
V25.2
  • GradientFill.GradientType Property

    Gets or sets the type of gradient applied to a shape.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public GradientType GradientType { get; set; }

    Property Value

    Type Description
    GradientType

    Gradient type.

    Available values:

    Name Description
    Linear

    A linear gradient.

    Rectangular

    A rectangular gradient.

    Radial

    A circular gradient.

    Shape

    A gradient that follows the perimeter of the shape.

    See Also