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 = 0No trimming occurs. Text flows beyond the layout width.
Character = 1Trimming occurs at a character cluster boundary.
Word = 2Trimming occurs at a word boundary.