Instance Property
maskType
How the shape masks the preceding shape or shapes in the same composition unit.
Declaration
var maskType: GSMaskType { get set }Declaration
@property (nonatomic, assign) GSMaskType maskType;Declaration
maskType() -> GSMaskType
setMaskType_(maskType: GSMaskType)Discussion
A mask must follow a non-mask shape. Consecutive masks apply to the same preceding composition unit. The default is GSMaskType.noneGSMaskTypeNoneGSMaskTypeNone.
See Also
Masking
How a shape masks preceding shapes in the same composition unit.