NSAlignmentOptions 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 values used by alignment functions.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum NSAlignmentOptions
[<System.Flags>]
type NSAlignmentOptions =
- Inheritance
-
NSAlignmentOptions
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| RectFlipped | -9223372036854775808 | |
| MinXInward | 1 | |
| MinYInward | 2 | |
| MaxXInward | 4 | |
| MaxYInward | 8 | |
| AllEdgesInward | 15 | |
| WidthInward | 16 | |
| HeightInward | 32 | |
| MinXOutward | 256 | |
| MinYOutward | 512 | |
| MaxXOutward | 1024 | |
| MaxYOutward | 2048 | |
| AllEdgesOutward | 3840 | |
| WidthOutward | 4096 | |
| HeightOutward | 8192 | |
| MinXNearest | 65536 | |
| MinYNearest | 131072 | |
| MaxXNearest | 262144 | |
| MaxYNearest | 524288 | |
| AllEdgesNearest | 983040 | |
| WidthNearest | 1048576 | |
| HeightNearest | 2097152 |