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




Indicates whether the font is underlined.

Syntax

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

See Also

© 2010 All Rights Reserved.