The constraints that impact the layout of the anchor.
SDK
- macOS 10.12+
Framework
- App
Kit
Declaration
var constraintsAffectingLayout: [NSLayout Constraint] { get }
The constraints that impact the layout of the anchor.
SDK
Framework
var constraintsAffectingLayout: [NSLayout Constraint] { get }
var has Ambiguous Layout: Bool
A Boolean value indicating whether the constraints impacting the anchor specify its location ambiguously.
var name: String
The name assigned to the anchor for debugging purposes.
var item: Any Object?
The layout item used to calculate the anchor's position.