ESRI.ArcGIS.ADF.ArcGISServer
FontCharset Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > CharacterMarkerSymbol Class : FontCharset Property




The character set used in the font, such as ANSI_CHARSET, DEFAULT_CHARSET, or SYMBOL_CHARSET.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(XmlSchemaForm.Unqualified)>
Public Property FontCharset As Integer
Visual Basic (Usage)Copy Code
Dim instance As CharacterMarkerSymbol
Dim value As Integer
 
instance.FontCharset = value
 
value = instance.FontCharset
C# 
[XmlElementAttribute(XmlSchemaForm.Unqualified)]
public int FontCharset {get; set;}

See Also

© 2010 All Rights Reserved.