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