Back to Devexpress

NavigationEventArgs.TargetContextualZoomLevel Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-navigationeventargs-f1883771.md

latest3.1 KB
Original Source

NavigationEventArgs.TargetContextualZoomLevel Property

Gets the current zoom level of a target Content Container.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public ContextualZoomLevel TargetContextualZoomLevel { get; }
vb
Public ReadOnly Property TargetContextualZoomLevel As ContextualZoomLevel

Property Value

TypeDescription
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.

See Also

Target

SourceContextualZoomLevel

Application Hierarchy and Module Navigation

NavigationEventArgs Class

NavigationEventArgs Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace