<PackageReference Include="System.Drawing.Common" Version="8.0.0-preview.7.23375.5" />

StringTrimming

public enum StringTrimming
Specifies how to trim characters from a string that does not completely fit into a layout shape.

Specifies that the text is trimmed to the nearest character.

Specifies that the text is trimmed to the nearest character, and an ellipsis is inserted at the end of a trimmed line.

The center is removed from trimmed lines and replaced by an ellipsis. The algorithm keeps as much of the last slash-delimited segment of the line as possible.

Specifies that text is trimmed to the nearest word, and an ellipsis is inserted at the end of a trimmed line.

None = 0

Specifies no trimming.

Word = 2

Specifies that text is trimmed to the nearest word.