Skip to main content
All docs
V25.1
  • GradientFill.Angle Property

    Gets or sets the angle of the linear gradient.

    Namespace: DevExpress.XtraRichEdit.API.Native

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

    NuGet Package: DevExpress.RichEdit.Core

    Declaration

    float Angle { get; set; }

    Property Value

    Type Description
    Single

    The angle in degrees (from 0° to 360°).

    Remarks

    Angle = 0° Angle = 90°
    GradientFill.Angle_0 GradientFill.Angle_90
    Angle = 180° Angle = 270°
    GradientFill.Angle_180 GradientFill.Angle_270
    See Also