TextControl
Das TextControl bietet verschiedene Attribute, die alle der Textmanipulation gelten.
Verwendung
Dient nur der Vererbung und steht deshalb nicht in der Toolbox zur Verfügung.
Features
Folgende Textmanipulationen sind möglich:
- Position horizontal und vertikal verändern
- Schriftart, -größe und -stärke beeinflussen
- verschiedene Dekorationen dem Text hinzufügen (z.B. unterstrichen)
- festlegen, wie der Text dargestellt werden soll, wenn der verfügbare Platz nicht ausreicht
Attribute
Das Control erbt vom BaseControl und hat somit dieselben Attribute. Dazu kommen folgende Attribute.
Colors
TextColor
tchmi:framework#/definitions/SolidColor
Farbe von Texten.
TextDecorationColor
tchmi:framework#/definitions/SolidColor
Farbe von Textdekorationen.
Text
TextVerticalAlignment
tchmi:framework#/definitions/VerticalAlignment
Vertikale Ausrichtung von Texten.
TextHorizontalAlignment
tchmi:framework#/definitions/HorizontalAlignment
Horizontale Ausrichtung von Texten.
TextFontSize
tchmi:framework#/definitions/MeasurementValue
Schriftgröße von Texten. Prozentwerte sind relativ zu der Schriftgröße des Elternelements.
TextFontSizeUnit
tchmi:framework#/definitions/MeasurementUnit
Einheit für die Schriftgröße von Texten. Kann absolut (px) oder relativ (%) sein.
TextFontFamily
tchmi:framework#/definitions/FontFamily
Schriftart von Texten.
TextFontStyle
tchmi:framework#/definitions/FontStyle
Schriftstil von Texten.
TextFontWeight
tchmi:framework#/definitions/FontWeight
Schriftstärke von Texten.
TextDecorationLine
tchmi:framework#/definitions/TcHmi.BuildingAutomation.Controls.TextControl.TextDecorationLine
Position der Textdekoration.
TextDecorationStyle
tchmi:framework#/definitions/TcHmi.BuildingAutomation.Controls.TextControl.TextDecorationStyle
Stil der Textdekoration.
UserSelect
tchmi:framework#/definitions/TcHmi.BuildingAutomation.Controls.TextControl.UserSelect
Verhalten bei der Auswahl des Textes von einem Benutzer.
TextOverflow
tchmi:framework#/definitions/TcHmi.BuildingAutomation.Controls.TextControl.TextOverflow
Definiert, wie ein Text dargestellt werden soll, der breiter als das Control ist.