Click or drag to resize

NavigationCircle Class

NavigationCircle controls shows left, right, up, down and center buttons that can be used for navigation.
Inheritance Hierarchy

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

The NavigationCircle type exposes the following members.

Constructors
  NameDescription
Public methodNavigationCircle
Initializes a new instance of the NavigationCircle class
Top
Properties
  NameDescription
Public propertyCenterButton
CenterButton
Public propertyDownButton
DownButton
Public propertyLeftButton
LeftButton
Public propertyRightButton
RightButton
Public propertyUpButton
UpButton
Top
Methods
Remarks

NavigationCircle controls shows left, right, up, down and center buttons that can be used for navigation.

The control is used in ZoomPanelNavigator to control the ZoomPanel.

The control can be also used without ZoomPanel. In this case the user needs to bind to the following commands (without binding the buttons will be disabled):
Ab2d.Controls.ZoomPanel.MoveLeftCommand
Ab2d.Controls.ZoomPanel.MoveRightCommand
Ab2d.Controls.ZoomPanel.MoveUpCommand
Ab2d.Controls.ZoomPanel.MoveDownCommand
Ab2d.Controls.ZoomPanel.ResetCommand

See Also