The many properties of the ntzSlider give you ultimate control of the look and feel. You can have both numbers and/or text along the scale, and various other properties allow the slider to move like a switch.
There are many possible styles available for the slider "knob", plus you can use a custom image, making for unlimited variations. Gradients and other properties further enhance the control's appearance. |
|
Properties |
 | AutoRefresh: Returns/sets whether visual changes are rendered immediatelly. BackColor: Returns/sets the background color. BackPicture: Returns/sets the background picture. BorderColor: Returns/sets the border color. BorderGradient: Returns/sets the gradient applied to the border. BorderStyle: Returns/sets the style of the border. BorderStyleInner: Returns/sets the style of the inner border. BorderWidth: Returns/sets the width of the border. Enabled: Returns/sets whether the control responds to user interaction. EtchedText: Returns/sets whether text is rendered with an etched appearence. FocusColor: Returns/sets the color used to indicate focus. FocusEffect: Returns/sets the type of effect used to indicate focus. Font: Returns/sets the font for the scale. ForeColor: Returns/sets the color of the scale. Gradient: Returns/sets the Gradient effect applied to the background. Grayness: Returns/sets the blending of ticks with the background. hWnd: Returns the hWnd. Increment: Returns/sets the increment at which the Value property changes. List: Returns/sets scale text. MaskColor: Returns/sets the color used to mask the Picture. MaskEnabled: Returns/sets whether the MaskColor is applied. Max: Returns/sets the maximum Value. Min: Returns/sets the minimum Value. MouseIcon: Returns/sets the icon used for the mouse cursor. MousePointer: Returns/sets the mouse pointer. Orientation: Returns/sets the Orientation. Picture: Returns/sets the Picture used for the slider. ScaleStep: Returns/sets the step of scale values. ScaleStyle: Returns/sets the style of the scale. ShowEndTicks: Returns/sets whether end ticks are shown. ShowPlusLeft: Returns/sets whether plus signs for positive scale values are rendered to the left of the digit. ShowSign: Returns/sets which signs are rendered. SliderColor: Returns/sets the slider color. SliderSpace: Returns/sets the space at both ends of the slider. SliderStyle: Returns/sets the style of the slider. SliderSize: Returns/sets the size of the slider. Snaping: Returns/sets how the slider snaps to the proper position. TickFrequency: Returns/sets the frequency of scale ticks. TickSize: Returns/sets the size of scale ticks. TickStyle: Returns/sets the style of scale ticks. TextFormat: Returns/sets the format of the text. TextAlign: Returns/sets how the text is aligned. TextBackColor: Returns/sets the background color of the text. TextForeColor: Returns/sets the foreground color of the text. TrackColor: Returns/sets the track color. TrackSize: Returns/sets the track size. Value: Returns/sets the Value.
|
|
Methods |
 | Refresh: Method for refreshing the appearance.
|
|
Events |
 | Change: Fires when the user makes a change in the Value. Slide: Fires when the slider is moved. Click: Fires when a mouse button is released. KeyDown: Fires when a key is depressed. KeyPress: Fires when a key is pressed. KeyUp: Fires when a key is released.
|