Instance Property
anchor
The base anchor name to use for automatic attachment.
Declaration
var anchor: String? { get set }Declaration
@property (nonatomic, strong) NSString * anchor;Declaration
pyobjc_instanceMethods.anchor() -> str
pyobjc_instanceMethods.setAnchor_(anchor: str)Discussion
The corresponding anchor in the component layer normally has the same name prefixed with an underscore. nil selects a matching anchor pair automatically.
See Also
Attachment
Whether the component participates in automatic anchor attachment under the current policy.
Whether the component normally qualifies for automatic anchor attachment.
Whether anchor traversal includes anchors from the component layer.