ZoomPanelNavigator Properties |
The ZoomPanelNavigator type exposes the following members.
| Name | Description | |
|---|---|---|
| IsAutoZoomPanelFindingEnabled |
Gets or sets a Boolean which specifies that if TargetZoomPanel or TargetZoomPanelName properties are not manually set the first ZoomPanel is automatically found from the current UserControl, Page or Window. Default value is true.
| |
| IsSnapToTickEnabled |
Gets or sets a boolean that specifies if snapping to specific ZoomFactor values is enabled.
| |
| IsZoomPanelLimitedToMinMaxZoomFactors |
Gets or sets a boolean that specifies if the ZoomPanel is limited to the MinZoomFactor and MaxZoomFactor values.
| |
| MaxZoomFactor |
Gets or sets a double that specifies the maximum ZoomFactor value.
| |
| MinZoomFactor |
Gets or sets a double that specifies the minimum ZoomFactor value.
| |
| NavigationCircleVisibility |
Gets or sets a Visibility of the used NavigationCircle.
| |
| NavigationSliderVisibility |
Gets or sets a Visibility of the used NavigationSlider.
| |
| Orientation |
Gets or sets the orientation of a ZoomPanelNavigator. Default value is Vertical.
| |
| TargetZoomPanel |
Gets or sets the ZoomPanel control that is controlled by this ZoomPanelNavigator.
| |
| TargetZoomPanelName |
Gets or sets the name of the ZoomPanel that is controls with this ZoomPanelNavigator.
| |
| UsedNavigationCircle |
Used NavigationCircle control.
| |
| UsedNavigationSlider |
Used NavigationSlider control.
| |
| ZoomFactor |
Gets or sets the ZoomFactor that is applied to ZoomPanel.
|