Module node
Structs§
- ACTUAL_
DEPTH_ PROPERTY - The calculated size of the node in depth direction when used in a layout.
- ACTUAL_
HEIGHT_ PROPERTY - The calculated height of the node when used in a layout.
- ACTUAL_
WIDTH_ PROPERTY - The calculated width of the node when used in a layout.
- CLIP_
CHILDREN_ PROPERTY - Sets whether to clip the child nodes of this node. Kanzi clips the child nodes whose bounding box is completely outside of the bounding box of their parent node. Use this property with layout nodes. The child nodes can use only translation transformation.
- CONTENT_
STRETCH_ PROPERTY - Sets how the content that belongs to this node is stretched (as opposed to manipulating the actual node size).
- CREATED_
FROM_ KZB_ PROPERTY - Kanzi internally uses this property to distinguish objects like bindings and triggers created in code from objects that are loaded from a kzb file.
- DEPTH_
ALIGNMENT_ PROPERTY - The alignment in depth direction the node should use when it resides under a layout.
- DEPTH_
MARGIN_ PROPERTY - Sets the depth distance between this node and other nodes that are adjacent to this node in a layout.
- DEPTH_
PROPERTY - The size of the node in depth direction when used in a layout. Overrides the default bounds of the item.
- EFFECTIVELY_
ENABLED_ PROPERTY - Indicates whether this node and its ancestor nodes are enabled. Use this property in state managers and bindings to observe whether a node is effectively enabled. To enable or disable a node, use the Enabled property. When a node is effectively disabled:
- ENABLED_
PROPERTY - Whether this node is enabled. When you disable this property in a node, that node and its descendant nodes in the same overlay focus scope are effectively disabled. Effectively disabling a node removes that node from the focus chain and cancels all the active input manipulators.Use the Effectively Enabled property to observe whether a node is effectively enabled.
- FOCUSABLE_
PROPERTY - Indicates whether the node can receive focus.
- FOCUSED_
PROPERTY - Indicates whether the node has the key focus.
- FOCUS_
STATE_ PROPERTY - Reports the focus state of a node:
- FONT_
FAMILY_ PROPERTY - The font family used to render the text.
- HEIGHT_
PROPERTY - The height of the node when used in a layout. Overrides the default bounds of the item.
- HIT_
TESTABLE_ CONTAINER_ PROPERTY - When enabled, Kanzi uses the layout bounds as geometry for hit testing.
- HIT_
TESTABLE_ PROPERTY - When enabled, the node can be hit tested. Enabling Hit Testable for a 2D node enables hit testing only for that node. Enabling Hit Testable for a 3D node enables hit testing also for the child nodes. Kanzi hit tests 3D nodes using the default Camera node or the Hit Test Camera node of the active Scene node.
- HORIZONTAL_
ALIGNMENT_ PROPERTY - The alignment in horizontal direction the node should use when it resides under a layout.
- HORIZONTAL_
MARGIN_ PROPERTY - Sets the horizontal space between this node and other nodes that are adjacent to this node in a layout.
- HOVER_
PROPERTY - Indicates whether a node is the foremost hit testable node under the cursor.
- LOCALE_
PROPERTY - The locale of the node.
- Message
Subscription Token - Message subscription token for nodes.
- NAME_
PROPERTY - Node name.
- Node
- Base class for Kanzi nodes.
- Node
Component Iterator - OPACITY_
PROPERTY - Opacity of the node.
- PATH_
PROPERTY - Full path to the node.
- PROJECTION_
2D_ TO_ 3D_ SCALE_ PROPERTY - Sets the scale factor to project pixels to 3D size. When scale is 1, then the size of one pixel is one 3D space unit.
- STATE_
MANAGER_ PROPERTY - Sets the State Manager to the node.
- STYLE_
PROPERTY - Sets a style to the node.
- VERTICAL_
ALIGNMENT_ PROPERTY - The alignment in vertical direction the node should use when it resides under a layout.
- VERTICAL_
MARGIN_ PROPERTY - Sets the vertical space between this node and other nodes that are adjacent to this node in a layout.
- VISIBLE_
AMOUNT_ IN_ PARENT_ PROPERTY - Sets the amount the node is inside its parent. Use the value of this property in shaders to implement fades. Calculated by the parent node.
- VISIBLE_
PROPERTY - When disabled, Kanzi does not render the node.
- WIDTH_
PROPERTY - The width of the node when used in a layout. Overrides the default bounds of the item.
Enums§
- Content
Stretch - Content stretch option.
- Depth
Alignment - Depth alignment options.
- Horizontal
Alignment - Horizontal alignment options.
- Vertical
Alignment - Vertical alignment options.