CTLineTruncation 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 valid options for line truncation.
public enum CTLineTruncation
	type CTLineTruncation = 
		- Inheritance
 - 
				CTLineTruncation
 
Fields
| Name | Value | Description | 
|---|---|---|
| Start | 0 | |
| End | 1 | |
| Middle | 2 | 
Applies to
See also
- <xref:CoreText.CTLine.GetTruncatedLine>