Gets or sets a string representation of the font family associated with this
AnnFont object.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Overridable Property FamilyName As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As AnnFont
Dim value As String
instance.FamilyName = value
value = instance.FamilyName
|
| C# | |
|---|
public virtual string FamilyName {get; set;} |
Return Value
a string representation of the font family associated with this
AnnFont object.
Example
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also