Instance Property
backgroundImage
A reference image attached directly to the layer.
Declaration
var backgroundImage: GSBackgroundImage? { get set }Declaration
@property (nonatomic, strong) GSBackgroundImage * backgroundImage;Declaration
pyobjc_instanceMethods.backgroundImage() -> GSBackgroundImage
pyobjc_instanceMethods.setBackgroundImage_(backgroundImage: GSBackgroundImage)Discussion
This image is independent of the layer’s editable background content.
See Also
Background Image
A reference image attached directly to a layer.
Whether a background image is attached directly to the layer.
Adds an image from a file URL.