Class ContentLayout3D

Class Hierarchy

The measured dimensions of the Content Layout 3D are determined by the combined maximum dimensions of its items.

In the arrange phase, all items in a Content Layout 3D receive the allocated size that is the actual size of the layout.

Setting the content padding To add space between the content and boundaries of a Content Layout 3D node, use the HorizontalPaddingProperty, VerticalPaddingProperty, and DepthPaddingProperty.

See also
Since Kanzi 3.9.0

Use a Content Layout 3D node to present content in a 3D UI control as a single item.

Inherits properties and message types from ContentLayout3DMetadata.

Synopsis

Methods
create()

Creates a Content Layout 3D node

ContentLayout3D.ContentLayout3D:create(name)

Creates a Content Layout 3D node.

Parameters
name (string)

The name of the node.

Return Values
(ContentLayout3D)

The created node.