C#
VB
C++
Gets a value indicating whether this AnnDrawable object has a brush.
public virtual bool HasBrush { get; }
Public Overridable ReadOnly Property HasBrush As Boolean
public:
virtual property bool HasBrush {
bool get();
}
true if this AnnDrawable object has a brush; false otherwise.
An AnnDrawable has a brush if the SupportsBrush property is true and the Brush property is not null (Nothing in VB).
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