Skip to main content
All docs
V25.2
  • GradientType Enum

    Lists gradient fill types.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public enum GradientType

    Members

    Name Description
    Linear

    A linear gradient.

    Rectangular

    A rectangular gradient.

    Radial

    A circular gradient.

    Shape

    A gradient that follows the perimeter of the shape.

    Related API Members

    The following properties accept/return GradientType values:

    See Also