Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ColorStop Class / Position Property


In This Topic
    Position Property (ColorStop)
    In This Topic
    Gets or sets the position of the ColorStop.
    Syntax
    'Declaration
     
    
    Public Property Position As Double
    'Usage
     
    
    Dim instance As ColorStop
    Dim value As Double
     
    instance.Position = value
     
    value = instance.Position
    public double Position {get; set;}

    Property Value

    A dobule value represents the position of the ColorStop.
    See Also