ESRI.ArcGIS.ADF.ArcGISServer
FontWeight Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > SimpleTextSymbol Class : FontWeight Property




The boldness or weight of the font.

Syntax

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

See Also

© 2010 All Rights Reserved.