Gets or sets the font used to draw the name of this
AnnGroupObject object.
Syntax
Visual Basic (Declaration) | |
---|
Overrides Public Property NameFont As AnnFont |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnGroupObject
Dim value As AnnFont
instance.NameFont = value
value = instance.NameFont
|
C# | |
---|
public override AnnFont NameFont {get; set;} |
Return Value
The font used to draw the name of this
AnnGroupObject object.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also