Base class for the Text Block nodes that you can use to show a small amount of text in your application. More...
#include <kanzi/ui/node/concept/text_block.hpp>
Static Public Member Functions | |
static PropertyTypeEditorInfoSharedPtr | makeEditorInfo () |
Static Public Attributes | |
Properties | |
static PropertyType< bool > | WordWrapProperty |
Breaks long text lines to multiple lines to make the text fit within the boundaries of a Text Block node. More... | |
Base class for the Text Block nodes that you can use to show a small amount of text in your application.
This class defines the property types used by the Text Block nodes.
|
static |
|
static |
Breaks long text lines to multiple lines to make the text fit within the boundaries of a Text Block node.
The default value is false.