Click or drag to resize

UserInterfaceSlider Properties

The UserInterfaceSlider type exposes the following members.

Properties
  NameDescription
Public propertyAllowValueAfterRangeEnd
Set to true if you want to allow dragging of the slider grip after the end of the defined range.
Public propertyAllowValueBeforeRangeStart
Set to true if you want to allow dragging of the slider grip before the start of the defined range.
Public propertyBoundToActiveView (Inherited from UserInterfaceObjectBase.)
Public propertyDigitPrecision
Number of digits of precision for the slider. If you want the slider to only represent integer values, set the Digits value to 0.
Public propertyDisplayValue
Should the slider display the current value as text on the screen
Public propertyHorizontalAlignment (Inherited from UserInterfaceControl.)
Public propertyHorizontalOrientation
Public propertyLocation (Inherited from UserInterfaceControl.)
Public propertyRange
The range of acceptable values for the slider
Public propertySize (Inherited from UserInterfaceControl.)
Public propertyText (Inherited from UserInterfaceControl.)
Public propertyTrackingPoint
3d location that control "sticks" to if not null
(Inherited from UserInterfaceControl.)
Public propertyValue
Current value that the slider represents
Public propertyVerticalAlignment (Inherited from UserInterfaceControl.)
Public propertyVisible
Is the user interface object visible? Objects that are not visible will not be drawn and will not receive mouse events
(Inherited from UserInterfaceObjectBase.)
Top
See Also