Kanzi  3.9.6
Kanzi Engine API
kanzi::TextBlockConcept Class Reference

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>

Inheritance diagram for kanzi::TextBlockConcept:
[legend]

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...
 

Detailed Description

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.

Member Function Documentation

◆ makeEditorInfo()

static PropertyTypeEditorInfoSharedPtr kanzi::TextBlockConcept::makeEditorInfo ( )
static

Member Data Documentation

◆ WordWrapProperty

PropertyType<bool> kanzi::TextBlockConcept::WordWrapProperty
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.

See also
TextBlockConceptImpl::setWordWrap(), TextBlockConceptImpl::getWordWrap()

The documentation for this class was generated from the following file: