Instance Method
setAlignmentFast(_:)setAlignmentFast:setAlignmentFast_
Sets the automatic-positioning policy without undo, change notifications, or layer updates.
Declaration
func setAlignmentFast(_ flag: GSComponent.Alignment)Declaration
- (void) setAlignmentFast:(GSComponentAlignment) flag;Declaration
setAlignmentFast_(flag: GSComponentAlignment)Parameters
flagThe alignment policy to set.
Discussion
The caller is responsible for any required updates.
See Also
Alignment
A policy or result of automatically positioning a component.
The policy for automatic positioning.
The result of the most recent automatic positioning.
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.