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