GradientStop(Single, Color) Constructor
In This Article
Initializes a new GradientStop class instance with the specified settings.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
position | Single | The location of a gradient stop on the gradient line: 0 for the start point; 1 for the end point. |
color | Color | A gradient stop color. |
See Also