Show / Hide Table of Contents

Class NavigationSubView

Sub view for the PopupViewer control.

Inheritance
object
DependencyObject
UIElement
FrameworkElement
Control
NavigationSubView
Implements
IEquatable<DependencyObject>
IAnimationObject
IVisualElement
IVisualElement2
IEquatable<UIElement>
IEquatable<FrameworkElement>
IWinRTObject
IUnmanagedVirtualMethodTableProvider
IDynamicInterfaceCastable
IEquatable<Control>
Namespace: Esri.ArcGISRuntime.Toolkit.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
[TemplatePart(Name = "NavigateBack", Type = typeof(Button))]
[TemplatePart(Name = "NavigateUp", Type = typeof(Button))]
[TemplatePart(Name = "Header", Type = typeof(ContentControl))]
[TemplatePart(Name = "Content", Type = typeof(ContentControl))]
[TemplatePart(Name = "ScrollViewer", Type = typeof(ScrollViewer))]
[WinRTRuntimeClassName("Microsoft.UI.Xaml.IUIElementOverrides")]
[WinRTExposedType(typeof(Esri_ArcGISRuntime_Toolkit_UI_Controls_CompassWinRTTypeDetails))]
public class NavigationSubView : Control, IEquatable<DependencyObject>, IAnimationObject, IVisualElement, IVisualElement2, IEquatable<UIElement>, IEquatable<FrameworkElement>, IWinRTObject, IUnmanagedVirtualMethodTableProvider, IDynamicInterfaceCastable, IEquatable<Control>

Constructors

Name Description
NavigationSubView()

Initializes a new instance of the NavigationSubView class.

Fields

Name Description
ContentProperty

Identifies the Content dependency property.

ContentTemplateSelectorProperty

Identifies the ContentTemplateSelectorProperty dependency property.

ContentTransitionsProperty

Identifies the ContentTransitions dependency property.

HeaderTemplateSelectorProperty

Identifies the HeaderTemplateSelectorProperty dependency property.

IsBackNavigationEnabledProperty

Identifies the IsBackNavigationEnabled dependency property.

VerticalScrollBarVisibilityProperty

Identifies the VerticalScrollBarVisibility dependency property.

Properties

Name Description
Content

Gets or sets the content.

ContentTemplateSelector

Gets or sets the template selector for the content.

ContentTransitions

Gets or sets the vertical scrollbar visibility of the scrollviewer below the title.

HeaderTemplateSelector

Gets or sets the template selector for the header.

IsBackNavigationEnabled

Gets or sets a value indicating whether the back buttons are enabled or not.

NavigationStack

Gets the current navigation stack

VerticalScrollBarVisibility

Gets or sets the vertical scrollbar visibility of the scrollviewer below the title.

Methods

Name Description
OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().

In this article
Back to top Generated by DocFX