"layoutDirection"
Defines the widget's layout direction.
Synopsis
setValue (string shape, "layoutDirection", string direction);
getValue (string shape, "layoutDirection", string &direction);
shape.layoutDirection(string direction);
Parameters
Parameter | Description |
---|---|
shape | Name of the object |
direction |
LeftToRight RightToLeft LayoutDirectionAuto |
Description
Defines the widget's layout direction. The direction "RightToLeft" may be necessary for some specific languages.
Example
main()
{
SLIDER1.layoutDirection("RightToLeft");
}
Assignment
Slider, Thumbwheel, Progress bar, ...