GaugeAlignment
The position of the control.
Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiRadialGauge.GaugeAlignment
Attribute getter
public getGaugeAlignment(): 'Start' | 'Center' | 'End' | null | undefined;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
The current value of the attribute. |
Attribute setter
public setLabelPosition(valueNew: 'Start' | 'Center' | 'End' | null): void;Parameter
Name | Type | Description |
|---|---|---|
valueNew | 'Start', 'Center', 'End', 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 |
