getLabelPosition
[ Function ]
public getLabelPosition(): 'Top' | 'Bottom' | 'Left' | 'Right';
This function returns the currently set value for the LabelPosition attribute.
Parameter
Name | Type | Description |
---|---|---|
- | - | - |
Return value
Type | Description |
---|---|
'Top' | 'Bottom' | 'Left' | 'Right' | The current value of the attribute. |
See also
Attribute setter: setLabelPosition
Origin: TcHmiLinearGauge
Available from 1.8 |