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




Character to be interpreted as text line end.

Syntax

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

See Also

© 2010 All Rights Reserved.