This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISimpleTextSymbol Interface > ISimpleTextSymbol.BreakCharacter Property (ArcObjects .NET 10.4 SDK) |
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