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

Show in webframe

HasFont Property (AnnDrawable)






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

            

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

Property Value

true if this AnnDrawable object has a font; false otherwise.
Remarks
An AnnDrawable has a font if the SupportsFont property is true and the Font 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)