FlexChart | ComponentOne
C1.Win.Ribbon.8 Assembly / C1.Win.Ribbon Namespace / StyleColorSet Class / GetBrush Method

In This Topic
    GetBrush Method (StyleColorSet)
    In This Topic
    Returns a Brush associated with the specified StyleColor.
    Syntax
    'Declaration
     
    Public Function GetBrush( _
       ByVal styleColor As StyleColor _
    ) As System.Drawing.Brush
    public System.Drawing.Brush GetBrush( 
       StyleColor styleColor
    )

    Parameters

    styleColor
    See Also