NSStringDrawingOptions 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 of options for use when drawing strings.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum NSStringDrawingOptions
type NSStringDrawingOptions =
- Inheritance
-
NSStringDrawingOptions
- Attributes
Fields
DisableScreenFontSubstitution | 4 | This value is OSX-specific (not available in iOS) |
OneShot | 16 | This value is OSX-specific (not available in iOS) |
TruncatesLastVisibleLine | 32 | |
UsesDeviceMetrics | 8 | |
UsesFontLeading | 2 | |
UsesLineFragmentOrigin | 1 |