Enum TextTrimming
Specifies how to trim characters from a string that does not completely fit into a layout shape.
public enum TextTrimming
Fields
Character = 2
Specifies that the text is trimmed to the nearest character.
None = 0
Specifies no trimming.
Pixel = 1
Specifies that the text is trimmed to the pixels of the specified text bounds.