Gets a value indicating whether this
AnnGroupObject object supports a font.
Syntax
| Visual Basic (Declaration) | |
|---|
Overrides Public ReadOnly Property SupportsFont As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As AnnGroupObject
Dim value As Boolean
value = instance.SupportsFont |
| C# | |
|---|
public override bool SupportsFont {get;} |
| C++/CLI | |
|---|
public:
property bool SupportsFont override {
bool get();
} |
Property Value
true if this
AnnGroupObject object supports a font; false otherwise.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also