Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IGradientStop Interface / Position Property


In This Topic
    Position Property (IGradientStop)
    In This Topic
    Gets or sets the value representing the position of a stop within the gradient expressed as a percent.
    Syntax
    'Declaration
     
    
    Property Position As Double
    'Usage
     
    
    Dim instance As IGradientStop
    Dim value As Double
     
    instance.Position = value
     
    value = instance.Position
    double Position {get; set;}

    Property Value

    The position of a stop within the gradient.
    See Also