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


ISimpleTextSymbol.BreakCharacter Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

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(
  long* 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