NavigationEventArgs.TargetContextualZoomLevel Property
Gets the current zoom level of a target Content Container.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraBars.Docking2010.Views.WindowsUI.ContextualZoomLevel | A ContextualZoomLevel enumerator value that is the current zoom level of a target container. |
Remarks
The target container is a Content Container to which an end-user navigates. You can obtain a target container via the NavigationEventArgs.Target property when handling the WindowsUIView.NavigatedFrom or WindowsUIView.NavigatedTo event. The TargetContextualZoomLevel property gets a target container’s WindowsUIView.ZoomLevel.
For a container from which an end-user navigates, use the BaseNavigationEventArgs.SourceContextualZoomLevel property instead.
See the Application Hierarchy and Module Navigation topic for more info.