Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / Category Class / Brush Property

In This Topic
    Brush Property (Category)
    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