showWhenUnlinked property

bool? showWhenUnlinked
getter/setter pair

Whether to show the layer's contents when the link does not point to a LeaderLayer.

When the layer is linked, children layers are positioned such that they have the same global position as the linked LeaderLayer.

When the layer is not linked, then: if showWhenUnlinked is true, children are positioned as if the FollowerLayer was a ContainerLayer; if it is false, then children are hidden.

The showWhenUnlinked property must be non-null before the compositing phase of the pipeline.

Implementation

bool? showWhenUnlinked;