Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / GradientStop Class / Position Property

In This Topic
    Position Property (GradientStop)
    In This Topic
    A value that indicates the relative position of the gradient stop in the brush. This value must be in the [0.0, 1.0] range.
    Syntax
    'Declaration
     
    Public ReadOnly Property Position As Double
    public double Position {get;}
    See Also