UserInterfaceSlider Properties |
The UserInterfaceSlider type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowValueAfterRangeEnd |
Set to true if you want to allow dragging of the slider grip after the
end of the defined range.
| |
| AllowValueBeforeRangeStart |
Set to true if you want to allow dragging of the slider grip before the
start of the defined range.
| |
| BoundToActiveView | (Inherited from UserInterfaceObjectBase.) | |
| DigitPrecision |
Number of digits of precision for the slider. If you want the slider to
only represent integer values, set the Digits value to 0.
| |
| DisplayValue |
Should the slider display the current value as text on the screen
| |
| HorizontalAlignment | (Inherited from UserInterfaceControl.) | |
| HorizontalOrientation | ||
| Location | (Inherited from UserInterfaceControl.) | |
| Range |
The range of acceptable values for the slider
| |
| Size | (Inherited from UserInterfaceControl.) | |
| Text | (Inherited from UserInterfaceControl.) | |
| TrackingPoint |
3d location that control "sticks" to if not null
(Inherited from UserInterfaceControl.) | |
| Value |
Current value that the slider represents
| |
| VerticalAlignment | (Inherited from UserInterfaceControl.) | |
| Visible |
Is the user interface object visible? Objects that are not visible will
not be drawn and will not receive mouse events
(Inherited from UserInterfaceObjectBase.) |