GH_Slider_Obsolete Properties |
The GH_Slider_Obsolete type exposes the following members.
Name | Description | |
---|---|---|
DisplayFormat |
Gets or sets the display format fo the slider. This is the formatting that is applied prior to drawing.
The default is {0} which results in a 1:1 display. Use this to append units or symbols.
| |
DrawRail |
Gets or sets a flag that control whether or not grip rails are drawn.
| |
GripBackColor |
Background colour of slider grip.
| |
GripForeColor |
Foreground colour of slider grip.
| |
IsIntermediate |
Gets the intermediate flag. If True, the user is currently dragging the slider.
| |
Max |
Gets or sets the maximum allowed value.
| |
Min |
Gets or sets the minimum allowed value.
| |
NumericFormat |
Gets or sets the numeric format for the slider. This is the formatting that is applied to the number.
The default is #0.00 which results in a two digit rounding scheme.
| |
TextInputMode |
Gets or sets the Text input mode for this slider.
| |
TickFrequency |
Gets or sets the tick frequency of the slider.
| |
Value |
Gets or sets the current value.
| |
ValueF |
Gets or sets the current value in single-floating-point precision.
|