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();
} |
Property Value
true if this
AnnGroupObject object has 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