Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / BaseObject Class / Brush Property

In This Topic
    Brush Property (BaseObject)
    In This Topic
    Gets or sets the brush used to fill the user interface object's image.
    Syntax
    'Declaration
     
    Public Property Brush As C1Brush
    public C1Brush Brush {get; set;}
    Remarks
    Supported persistence only for System.Drawing.Drawing2D.HatchBrush and System.Drawing.SolidBrush
    See Also