This document is archived and information here might be outdated.  Recommended version.


ISimpleTextSymbol.BreakCharacter Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISimpleTextSymbol Interface > ISimpleTextSymbol.BreakCharacter Property
ArcGIS Developer Help

ISimpleTextSymbol.BreakCharacter Property

Character to be interpreted as text line end.

[Visual Basic .NET]
Public Property BreakCharacter As Integer
[C#]
public int BreakCharacter {get; set;}
[C++]
HRESULT get_BreakCharacter(
  System.Int32* charIndex
);
[C++]
HRESULT put_BreakCharacter(
  long charIndex
);
[C++]
Parameters
charIndex [out, retval]

charIndex is a parameter of type long* charIndex [in]
charIndex is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

BreakCharacter is the character code value determining line breaks.

See Also

ISimpleTextSymbol Interface