Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

HasBrush Property (AnnDrawable)






Gets a value indicating whether this AnnDrawable object has a brush.
Syntax
public virtual bool HasBrush {get;}
'Declaration
 
Public Overridable ReadOnly Property HasBrush As Boolean
'Usage
 
Dim instance As AnnDrawable
Dim value As Boolean
 
value = instance.HasBrush

            

            
public:
virtual property bool HasBrush {
   bool get();
}

Property Value

true if this AnnDrawable object has a brush; false otherwise.
Remarks
An AnnDrawable has a brush if the SupportsBrush property is true and the Brush property is not null (Nothing in Visual Basic).
Example
For an example, refer to AnnDrawable.
Requirements

Target Platforms

See Also

Reference

AnnDrawable Class
AnnDrawable Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)