Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / Line Class / Color Property


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

    Property Value

    The Color value that indicates the color of the line.
    See Also