Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / StyleBrushSet Class / GetColor Method

In This Topic
    GetColor Method (StyleBrushSet)
    In This Topic
    Gets a Color assigned to this StyleBrush or Color.Empty if the Color was not set.
    Syntax
    'Declaration
     
    
    Public Function GetColor( _
       ByVal styleBrush As StyleBrush _
    ) As Color
    public Color GetColor( 
       StyleBrush styleBrush
    )

    Parameters

    styleBrush
    See Also