TextOverflowType Enum
TextOverflowType Enum
Represents the way the text vertical or horizontal overflow.
type TextOverflowType int32
Fields
Field | Description |
---|---|
Clip | Pay attention to top and bottom barriers.Provide no indication that there is text which is not visible. |
Ellipsis | Pay attention to top and bottom barriers.Use an ellipsis to denote that there is text which is not visible.Only for vertical overflow. |
Overflow | Overflow the text and pay no attention to top and bottom barriers. |