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