Leadtools.Annotations Namespace > AnnDrawable Class : Brush Property |
public virtual AnnBrush Brush {get; set;}
'Declaration Public Overridable Property Brush As AnnBrush
'Usage Dim instance As AnnDrawable Dim value As AnnBrush instance.Brush = value value = instance.Brush
public virtual AnnBrush Brush {get; set;}
get_Brush();
set_Brush(value);
If this AnnDrawable does not support brushes (SupportsBrush value is false), this property will always return null (Nothing in Visual Basic).
If this AnnDrawable does not support brushes (SupportsBrush value is false), setting this property to any value will be ignored.
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