Type Property
型プロパティ
align
alignAllEdgesNearest
Aligns all edges to the nearest value. This is the same as
NSAlignMinXNearest|NSAlignMaxXNearest|NSAlignMinYNearest|NSAlignMaxYNearest
.
全ての縁を最も近い値に整列します。これは、NSAlignMinXNearest|NSAlignMaxXNearest|NSAlignMinYNearest|NSAlignMaxYNearest
と同じです。
Availability 有効性
- macOS 10.7+
- Mac Catalyst 13.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
static var alignAllEdgesNearest: AlignmentOptions
{ get }