Kanzi framework  3.9.1
Java API
TextBlockConceptMetadata Interface Reference

Metadata definitions for TextBlockConcept. More...

Inheritance diagram for TextBlockConceptMetadata:
[legend]

Public Attributes

AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.TextBlockConcept")
 Metaclass for TextBlockConcept.
 
DynamicPropertyType< Boolean > WordWrapProperty
 Sets whether to break long lines into multiple lines to make the text fit within the boundaries of the Text Block node. More...
 

Detailed Description

Metadata definitions for TextBlockConcept.

Member Data Documentation

◆ WordWrapProperty

DynamicPropertyType<Boolean> WordWrapProperty
Initial value:
=
new DynamicPropertyType<>("TextBlockConcept.WordWrap", Boolean.class)

Sets whether to break long lines into multiple lines to make the text fit within the boundaries of the Text Block node.