Kanzi 4.1.1
TextBox3DMetadata Interface Reference

Metadata definitions for TextBox3D. More...

Inheritance diagram for TextBox3DMetadata:
[legend]

Public Attributes

DynamicPropertyType< ColorRGBACompositionBackgroundColorProperty
 Sets the color that highlights the text that the user composes using an input method editor (IME).
 
DynamicPropertyType< ColorRGBACompositionFontColorProperty
 Sets the color of the text that the user composes using an input method editor (IME).
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.TextBox3D")
 Metaclass for TextBox3D.
 
DynamicPropertyType< ColorRGBASelectionBackgroundColorProperty
 Sets the color that highlights the selected text.
 
DynamicPropertyType< ColorRGBASelectionFontColorProperty
 Sets the color of the selected text.
 

Detailed Description

Metadata definitions for TextBox3D.

Member Data Documentation

◆ CompositionBackgroundColorProperty

DynamicPropertyType<ColorRGBA> CompositionBackgroundColorProperty
Initial value:
=
new DynamicPropertyType<>("TextBox3D.CompositionBackgroundColor", ColorRGBA.class)

Sets the color that highlights the text that the user composes using an input method editor (IME).

◆ CompositionFontColorProperty

DynamicPropertyType<ColorRGBA> CompositionFontColorProperty
Initial value:
=
new DynamicPropertyType<>("TextBox3D.CompositionFontColor", ColorRGBA.class)

Sets the color of the text that the user composes using an input method editor (IME).

◆ SelectionBackgroundColorProperty

DynamicPropertyType<ColorRGBA> SelectionBackgroundColorProperty
Initial value:
=
new DynamicPropertyType<>("TextBox3D.SelectionBackgroundColor", ColorRGBA.class)

Sets the color that highlights the selected text.

◆ SelectionFontColorProperty

DynamicPropertyType<ColorRGBA> SelectionFontColorProperty
Initial value:
=
new DynamicPropertyType<>("TextBox3D.SelectionFontColor", ColorRGBA.class)

Sets the color of the selected text.