Reference for the Mosaic class Flat::MinMaxText
Text item widget with a flat design. The MinMaxText widget can be used by HorzSlider, VertSlider, RotaryKnob or AnalogDisplay to display the minimum / maximum value of the widget.
property Views::TextAlignment Alignment = Views::TextAlignment[AlignHorzLeft, AlignVertCenter];
The property 'Alignment' defines the position of the text within the bounds area of the component.
property string String = "0.000";
The property 'String' stores the text to display within the item.
property color TextColor = Flat::ColorOfTheme;
The property 'TextColor' defines the color of the widgets text members. The property is used to assign a color independent from the current theme color.