Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

GradientStop.Position Property

Returns the relative position of a gradient stop on the gradient line.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public readonly float Position { get; }

Property Value

Type Description
Single

A value between 0 and 1 that specifies the gradient stop’s position.

See Also