getButtonPosition
[ Function ]
public getButtonPosition(): 'BothLeft' | 'BothRight' | 'PlusLeftAndMinusRight' | 'MinusLeftAndPlusRight';
This function returns the currently set value for the ButtonPosition attribute.
Parameter
Name | Type | Description |
---|---|---|
- | - | - |
Return value
Type | Description |
---|---|
'BothLeft' | 'BothRight' | 'PlusLeftAndMinusRight' | 'MinusLeftAndPlusRight' | The current value of the attribute. |
See also
Attribute setter:setLabelPosition
Origin: TcHmiSpinboxInput
Available from version 1.12.744 |