SliderCurrentValue Type
Constructors
Constructor | Description |
|
|
Static members
Static member | Description |
Full Usage:
SliderCurrentValue.init (?Font, ?Offset, ?Prefix, ?Suffix, ?Visible, ?XAnchor)
Parameters:
Font
-
Sets the font of the current value label text
?Offset : int
-
The amount of space, in pixels, between the current value label and the slider
?Prefix : string
-
When currentvalue.visible is true, this sets the prefix of the label
?Suffix : string
-
When currentvalue.visible is true, this sets the suffix of the label
?Visible : bool
-
Shows the currently-selected value above the slider
?XAnchor : XAnchorPosition
-
The alignment of the value readout relative to the length of the slider
Returns: SliderCurrentValue
|
|
Full Usage:
SliderCurrentValue.style (?Font, ?Offset, ?Prefix, ?Suffix, ?Visible, ?XAnchor)
Parameters:
Font
?Offset : int
?Prefix : string
?Suffix : string
?Visible : bool
?XAnchor : XAnchorPosition
Returns: SliderCurrentValue -> SliderCurrentValue
|
|