Reference for the Mosaic class Flat::MinMaxText

Flat::MinMaxText
Alignment
String
TextColor
Core::Group
AlphaBlended
Buffered
Embedded
Enabled
Focus
Opacity
Visible
Add()
AddBehind()
BroadcastEvent()
BroadcastEventAtPosition()
CountViews()
DispatchEvent()
FindNextView()
FindPrevView()
FindSiblingView()
FindViewAtPosition()
FindViewInDirection()
FindViewWithinArea()
GetContentArea()
GetIndexOfView()
GetViewAtIndex()
GlobalPosition()
HasViewState()
Init()
InvalidateArea()
InvalidateViewState()
LocalPosition()
ObtainFocus()
Remove()
Restack()
RestackBack()
RestackBehind()
RestackTop()
UpdateLayout()
UpdateViewState()
Core::RectView
Bounds
Core::View
Layout
Owner
ArrangeView()
ChangeViewState()
CursorHitTest()
Draw()
GetExtent()
GetRoot()
HandleEvent()
MoveView()

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.