Enum TextEllipsizeType
Enumerates text replacement methods when the text width exceed the container's width.
public enum TextEllipsizeType
Fields
End = 1
Replace the end of the text with an ellipsis when the text width exceed the container's width.
Middle = 3
Replace the middle of the text with an ellipsis when the text width exceed the container's width.
None = 0
No replacement of the text with an ellipsis is done when the text width exceed the container's width.
Start = 2
Replace the beginning of the text with an ellipsis when the text width exceed the container's width.