ContainerProperties

Interface that defines the properties of a WindowContainer.

Properties

Link copied to clipboard

Whether the caption bar should automatically hide

Link copied to clipboard

The default ContainerResizeRestriction of this WindowContainer when form is Form.Planar, specifying the initial resizing behavior applied when the window is first created.

Link copied to clipboard

The size of the WindowContainer will be set to this value when the WindowContainer is opened.

Link copied to clipboard

Whether show the base panel for the WindowContainer when the form is Form.Volumetric

Link copied to clipboard
abstract var enableMaterialBackground: Boolean?

Whether to enable material background for WindowContainer. If the value is true, the material will be com.pico.spatial.ui.platform.Material.Regular.

Link copied to clipboard
abstract var placement: PlacementContext.() -> Placement?

The Placement of the WindowContainer when it is created.

Link copied to clipboard

The ContainerResizeType of this WindowContainer, defines how this WindowContainer can be resized.

Link copied to clipboard
abstract var targetActivity: Class<out ComponentActivity>?

The activity to launch when this WindowContainer is opened.

Link copied to clipboard
Link copied to clipboard