Show / Hide Table of Contents

    Enum LabelStyle.LineBreakMode

    Namespace: Mapsui.Styles
    Assembly: Mapsui.dll
    Syntax
    public enum LineBreakMode : short

    Fields

    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

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX