LabelPosition
The position of the label texts (inside or outside).
Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiTachometer.LabelPosition
Attribute getter
public getLabelPosition(): 'Inside' | 'Outside' | undefined;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
'Inside', 'Outside', undefined | The current value of the attribute. |
Attribute setter
public setLabelPosition(valueNew: 'Inside' | 'Outside' | null): void;Parameter
Name | Type | Description |
|---|---|---|
valueNew | 'Inside', 'Outside', null | The new value of the attribute. If null is passed, the internal default value is used. |
Return value
Type | Description |
|---|---|
void | No return value. |
![]() | Available from version 1.12.744 |
