Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ColorStop Class / Color Property


In This Topic
    Color Property (ColorStop)
    In This Topic
    Gets or sets the color of the represented object.
    Syntax
    'Declaration
     
    
    Public Property Color As Color
    'Usage
     
    
    Dim instance As ColorStop
    Dim value As Color
     
    instance.Color = value
     
    value = instance.Color
    public Color Color {get; set;}

    Property Value

    A Color value represents the color.
    See Also