Enum CutTextEnum
Defines the cut location for the text when shortened
public enum CutTextEnum
- Extension Methods
Fields
End = 1
Cut at the end of the text
Middle = 2
Cut in the middle of the text
Start = 3
Cut at the start of the text
Defines the cut location for the text when shortened
public enum CutTextEnum
End = 1
Cut at the end of the text
Middle = 2
Cut in the middle of the text
Start = 3
Cut at the start of the text