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