Answers for "uwp textblock text ellipsis lines"

1

uwp textblock text ellipsis lines

<TextBlock 
  Width="300"
  TextWrapping="Wrap" 
  TextTrimming="WordEllipsis" 
  FontSize="24" 
  LineStackingStrategy="BlockLineHeight"
  LineHeight="28"
  MaxHeight="84">YOUR TEXT</TextBlock>
Posted by: Guest on April-29-2022

Code answers related to "uwp textblock text ellipsis lines"

Browse Popular Code Answers by Language