Scheduler for WinRT
Brush Property (BaseObject)


Gets or sets the brush used to fill the user interface object's image.
Syntax
'Declaration
 
Public Property Brush As C1Brush
'Usage
 
Dim instance As BaseObject
Dim value As C1Brush
 
instance.Brush = value
 
value = instance.Brush
public C1Brush Brush {get; set;}
Remarks
Supported persistence only for System.Drawing.Drawing2D.HatchBrush and System.Drawing.SolidBrush
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseObject Class
BaseObject Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.