Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Dialogs Namespace / MoreColors Class / Color Property


In This Topic
    Color Property (MoreColors)
    In This Topic
    Gets the current selected color.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Color As Color
    'Usage
     
    
    Dim instance As MoreColors
    Dim value As Color
     
    value = instance.Color
    public Color Color {get;}
    See Also