NavigationCircle Class |
Namespace: Ab2d.Controls
public class NavigationCircle : Control
The NavigationCircle type exposes the following members.
Name | Description | |
---|---|---|
![]() | NavigationCircle | Initializes a new instance of the NavigationCircle class |
Name | Description | |
---|---|---|
![]() | CenterButton |
CenterButton
|
![]() | DownButton |
DownButton
|
![]() | LeftButton |
LeftButton
|
![]() | RightButton |
RightButton
|
![]() | UpButton |
UpButton
|
Name | Description | |
---|---|---|
![]() | OnApplyTemplate |
OnApplyTemplate
(Overrides FrameworkElementOnApplyTemplate.) |
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