Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.2
|
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
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.