Click or drag to resize

NavigationSlider Class

NavigationSlider is a control that is derived from standard Slider control and has customized look for using it in zooming in and out scenarios.
Inheritance Hierarchy

Namespace:  Ab2d.Controls
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public class NavigationSlider : Slider

The NavigationSlider type exposes the following members.

Constructors
  NameDescription
Public methodNavigationSlider
Initializes a new instance of the NavigationSlider class
Top
Methods
Remarks

NavigationSlider is a control that is derived from standard Slider control and has customized look for using it in zooming in and out scenarios.

The control is used in ZoomPanelNavigator to control the ZoomPanel.

Because the control is derived from standard Slider control it has all its properties of the Slider control and can be used instead of the standard slider.

See Also