ESRI.ArcGIS.ADF.ArcGISServer
FontName Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > TextSymbol Class : FontName Property




The name of the font family.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(XmlSchemaForm.Unqualified)>
Public Property FontName As String
Visual Basic (Usage)Copy Code
Dim instance As TextSymbol
Dim value As String
 
instance.FontName = value
 
value = instance.FontName
C# 
[XmlElementAttribute(XmlSchemaForm.Unqualified)]
public string FontName {get; set;}

See Also

© 2010 All Rights Reserved.