Visual Basic (Declaration) | |
---|---|
Public Overridable ReadOnly Property HasFont As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public virtual bool HasFont {get;} |
Return Value
true if this AnnDrawable object has a font; false otherwise.For an example, refer to AnnDrawable.
(Read only) An AnnDrawable has a font if the SupportsFont property is true and the AnnDrawable.Font property is not null (Nothing in Visual Basic).
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family