Enum TrimmingGranularity
- Namespace
- PaintDotNet.DirectWrite
- Assembly
- PaintDotNet.Windows.dll
Specifies the text granularity used to trim text overflowing the layout box.
public enum TrimmingGranularity
Fields
None = 0
No trimming occurs. Text flows beyond the layout width.
Character = 1
Trimming occurs at a character cluster boundary.
Word = 2
Trimming occurs at a word boundary.