Back to Devexpress

BaseNavigationEventArgs.SourceContextualZoomLevel Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-basenavigationeventargs-76699f4a.md

latest3.4 KB
Original Source

BaseNavigationEventArgs.SourceContextualZoomLevel Property

Gets the current zoom level of a source Content Container.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
DevExpress.XtraBars.Docking2010.Views.WindowsUI.ContextualZoomLevel

A ContextualZoomLevel enumerator value that is the current zoom level of a source container.

|

Remarks

The source container is a Content Container from which an end-user navigates. You can obtain a source container via the BaseNavigationEventArgs.Source property when handling navigation events, such as the WindowsUIView.NavigatedFrom or WindowsUIView.NavigatedTo events. The SourceContextualZoomLevel property gets a source container’s WindowsUIView.ZoomLevel.

To obtain the zoom level of a container to which an end-user navigates, use the NavigationEventArgs.TargetContextualZoomLevel property instead.

See the Application Hierarchy and Module Navigation topic for more info.

See Also

Source

NavigatedFrom

NavigatedTo

TargetContextualZoomLevel

Application Hierarchy and Module Navigation

BaseNavigationEventArgs Class

BaseNavigationEventArgs Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace