Kanzi  3.9.5
Java API
ContentLayoutConceptMetadata Interface Reference

Metadata definitions for ContentLayoutConcept. More...

Inheritance diagram for ContentLayoutConceptMetadata:
[legend]

Public Attributes

DynamicPropertyType< Vector2DepthPaddingProperty
 Sets the padding spaces between the content and the front and back boundaries of the Content Layout 3D node. More...
 
DynamicPropertyType< Vector2HorizontalPaddingProperty
 Sets the padding spaces between the content and the left and right boundaries of the Content Layout node. More...
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.ContentLayoutConcept")
 Metaclass for ContentLayoutConcept.
 
DynamicPropertyType< Vector2VerticalPaddingProperty
 Sets the padding spaces between the content and the top and bottom boundaries of the Content Layout node. More...
 

Detailed Description

Metadata definitions for ContentLayoutConcept.

Member Data Documentation

◆ DepthPaddingProperty

DynamicPropertyType<Vector2> DepthPaddingProperty
Initial value:
=
new DynamicPropertyType<>("ContentLayoutConcept.DepthPadding", Vector2.class)

Sets the padding spaces between the content and the front and back boundaries of the Content Layout 3D node.

◆ HorizontalPaddingProperty

DynamicPropertyType<Vector2> HorizontalPaddingProperty
Initial value:
=
new DynamicPropertyType<>("ContentLayoutConcept.HorizontalPadding", Vector2.class)

Sets the padding spaces between the content and the left and right boundaries of the Content Layout node.

◆ VerticalPaddingProperty

DynamicPropertyType<Vector2> VerticalPaddingProperty
Initial value:
=
new DynamicPropertyType<>("ContentLayoutConcept.VerticalPadding", Vector2.class)

Sets the padding spaces between the content and the top and bottom boundaries of the Content Layout node.