ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / ColorBrush Class / Color Property

In This Topic
    Color Property (ColorBrush)
    In This Topic
    Gets or sets the color of the brush.
    Syntax
    'Declaration
     
    
    Public Property Color As Color
    public Color Color {get; set;}

    Property Value

    A Color indicates the color of the brush.
    See Also