Instance Property
effectiveAlignment
The result of the most recent automatic positioning.
Declaration
var effectiveAlignment: GSComponent.Alignment { get set }Declaration
@property (nonatomic) GSComponentAlignment effectiveAlignment;Declaration
effectiveAlignment() -> GSComponentAlignment
setEffectiveAlignment_(effectiveAlignment: GSComponentAlignment)Discussion
GSAlignmentNoAligned indicates that the component was not positioned automatically. GSAlignmentDefault indicates that automatic positioning has not been evaluated. Use alignment to configure automatic positioning.
See Also
Alignment
A policy or result of automatically positioning a component.
The policy for automatic positioning.
Sets the automatic-positioning policy without undo, change notifications, or layer updates.
The coordinate mode used for automatic base-glyph alignment.
Whether the component participates in automatic base-glyph alignment under the current policy.
Whether the component and containing glyph normally qualify for automatic base-glyph alignment.
Enables automatic positioning.