Spread WPF 18
GrapeCity.Drawing Namespace / SchemeGradientStop Structure / Position Property


In This Topic
    Position Property (SchemeGradientStop)
    In This Topic
    Get or set the position of the gradient stop.
    Syntax
    'Declaration
     
    Public Property Position As Double
    'Usage
     
    Dim instance As SchemeGradientStop
    Dim value As Double
     
    instance.Position = value
     
    value = instance.Position
    public double Position {get; set;}
    See Also