Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / GradientStop Structure / Position Property


In This Topic
    Position Property (GradientStop)
    In This Topic
    Gets the position information for this gradient stop.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Position As Double
    'Usage
     
    
    Dim instance As GradientStop
    Dim value As Double
     
    value = instance.Position
    public double Position {get;}

    Property Value

    A double value represents the position information for this gradient stop.
    See Also