CTLineBreakMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration whose values specify line-breaking options.
public enum CTLineBreakMode
type CTLineBreakMode =
- Inheritance
-
CTLineBreakMode
Fields
Name | Value | Description |
---|---|---|
WordWrapping | 0 | |
CharWrapping | 1 | |
Clipping | 2 | |
TruncatingHead | 3 | |
TruncatingTail | 4 | |
TruncatingMiddle | 5 |