Xamarin Forms

  1. Home
  2. chevron_right
  3. Xamarin Forms

Xamarin Forms: Label LineBreakMode

Xamarin Forms
You can set a LineBreakMode attribute to a Label that can have the following values: TailTruncation HeadTruncation MiddleTruncation CharacterWrap WordWrap NoWrap TailTruncation If you have a text that is to…