Contents

automaticallyReconfiguresDisplay

A Boolean value that indicates whether the graphics display associated with this view automatically reconfigures with respect to view changes.

Declaration

var automaticallyReconfiguresDisplay: Bool { get set }

Discussion

Set this property to true to automatically resize or reconfigure this graphics display when the view properties update. For example, resizing the display when the view has a live resize operation. When enabled, the graphics display automatically reconfigures to match the host display environment.

You can set this property on only a single VZVirtualMachineView targeting a particular VZGraphicsDisplay at a time. If multiple VZVirtualMachineView views targeting the same VZGraphicsDisplay enable this property, only one view respects the property, and the framework disables the property on the other views.

The default is false.

See Also

Configuring the VM