Contents

shadowOffset

The shadow’s relative position, which you specify with horizontal and vertical offset values.

Declaration

var shadowOffset: NSSize { get set }

Discussion

This property contains the horizontal and vertical offset values that you specify using the width and height fields of the CGSize or NSSize data type. These offsets use the default user coordinate space and are not affected by custom transformations. Positive offset values extend down and to the right from the user’s perspective.

See Also

Managing a shadow