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




Indicates whether the font is strikethrough.

Syntax

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

See Also

© 2010 All Rights Reserved.