Kanzi Framework  3.9.0
Kanzi Engine API
kanzi::TextBlockConcept Class Reference

TextConcept is the base class for the nodes that implement text rendering. 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

TextConcept is the base class for the nodes that implement text rendering.

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: