Gets or sets the AnnBrush associated with this AnnDrawable object.
public virtual AnnBrush Brush { get; set; }
Public Overridable Property Brush As Leadtools.Annotations.AnnBrush
public:
virtual property Leadtools.Annotations.AnnBrush^ Brush {
Leadtools.Annotations.AnnBrush^ get();
void set ( Leadtools.Annotations.AnnBrush^ );
}
The AnnBrush associated with this AnnDrawable object.
If this AnnDrawable does not support brushes (SupportsBrush value is false), this property will always return null (Nothing in VB).
If this AnnDrawable does not support brushes (SupportsBrush value is false), setting this property to any value will be ignored.
For an example, refer to AnnDrawable.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET