NavigationViewTemplateSettings Class

Definition

Provides calculated values that can be referenced as TemplatedParent sources when defining templates for a NavigationView. Not intended for general use.

/// [Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=7)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Version(1)]
class NavigationViewTemplateSettings : DependencyObject
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 65536)]
class NavigationViewTemplateSettings : DependencyObject
[Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=7)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
public class NavigationViewTemplateSettings : DependencyObject
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 65536)]
public class NavigationViewTemplateSettings : DependencyObject
Public Class NavigationViewTemplateSettings
Inherits DependencyObject
Inheritance
Object IInspectable DependencyObject NavigationViewTemplateSettings
Attributes
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute MarshalingBehaviorAttribute ThreadingAttribute VersionAttribute ContractVersionAttribute

Examples

Tip

For more info, design guidance, and code examples, see NavigationView.

The WinUI 3 Gallery app includes interactive examples of most WinUI 3 controls, features, and functionality. Get the app from the Microsoft Store or get the source code on GitHub.

Constructors

NavigationViewTemplateSettings()

Initializes a new instance of the NavigationViewTemplateSettings class.

Properties

BackButtonVisibility

Gets the visibility of the back button.

BackButtonVisibilityProperty

Identifies the BackButtonVisibility dependency property.

Dispatcher

Always returns null in a Windows App SDK app. Use DispatcherQueue instead.

(Inherited from DependencyObject)
DispatcherQueue

Gets the DispatcherQueue that this object is associated with. The DispatcherQueue represents a facility that can access the DependencyObject on the UI thread even if the code is initiated by a non-UI thread.

(Inherited from DependencyObject)
LeftPaneVisibility

Gets the visibility of the left pane.

LeftPaneVisibilityProperty

Identifies the LeftPaneVisibility dependency property.

OpenPaneLength

Gets the min between OpenPaneLength and the window's width. This is the calculated value of the width of the pane when opened and fully expanded.

OpenPaneLengthProperty

Identifies the OpenPaneLength dependency property.

OverflowButtonVisibility

Gets the visibility of the overflow button.

OverflowButtonVisibilityProperty

Identifies the OverflowButtonVisibility dependency property.

PaneToggleButtonVisibility

Gets the visibility of the pane toggle button.

PaneToggleButtonVisibilityProperty

Identifies the PaneToggleButtonVisibility dependency property.

PaneToggleButtonWidth

Gets the width of the toggle button for the pane.

PaneToggleButtonWidthProperty

Identifies the PaneToggleButtonWidth dependency property.

SingleSelectionFollowsFocus

Gets the SelectionFollowsFocus value.

SingleSelectionFollowsFocusProperty

Identifies the SingleSelectionFollowsFocus dependency property.

SmallerPaneToggleButtonWidth

Gets the width of the toggle button for the smaller pane.

SmallerPaneToggleButtonWidthProperty

Identifies the SmallerPaneToggleButtonWidth dependency property.

TopPadding

Gets the padding value of the top pane.

TopPaddingProperty

Identifies the TopPadding dependency property.

TopPaneVisibility

Gets the visibility of the top pane.

TopPaneVisibilityProperty

Identifies the TopPaneVisibility dependency property.

Methods

ClearValue(DependencyProperty)

Clears the local value of a dependency property.

(Inherited from DependencyObject)
GetAnimationBaseValue(DependencyProperty)

Returns any base value established for a dependency property, which would apply in cases where an animation is not active.

(Inherited from DependencyObject)
GetValue(DependencyProperty)

Returns the current effective value of a dependency property from a DependencyObject.

(Inherited from DependencyObject)
ReadLocalValue(DependencyProperty)

Returns the local value of a dependency property, if a local value is set.

(Inherited from DependencyObject)
RegisterPropertyChangedCallback(DependencyProperty, DependencyPropertyChangedCallback)

Registers a notification function for listening to changes to a specific DependencyProperty on this DependencyObject instance.

(Inherited from DependencyObject)
SetValue(DependencyProperty, Object)

Sets the local value of a dependency property on a DependencyObject.

(Inherited from DependencyObject)
UnregisterPropertyChangedCallback(DependencyProperty, Int64)

Cancels a change notification that was previously registered by calling RegisterPropertyChangedCallback.

(Inherited from DependencyObject)

Applies to