Skip to main content

GradientFill.Angle Property

Gets or sets the angle of the linear gradient.

Namespace: DevExpress.XtraRichEdit.API.Native

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

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

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