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