Enum LabelStyle.LineBreakMode
Namespace: Mapsui.Styles
Assembly: Mapsui.dll
Syntax
public enum LabelStyle.LineBreakMode : shortFields
| Name | Description | 
|---|---|
| CharacterWrap | Wrap at character boundaries | 
| HeadTruncation | Truncate the head of text | 
| MiddleTruncation | Truncate the middle of text. This may be done, for example, by replacing it with an ellipsis | 
| NoWrap | Do not wrap text | 
| TailTruncation | Truncate the tail of text | 
| WordWrap | Wrap at word boundaries |