Skip to content

Latest commit

 

History

History
44 lines (23 loc) · 1 KB

navigationview_panetogglebuttonstyle.md

File metadata and controls

44 lines (23 loc) · 1 KB
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.NavigationView.PaneToggleButtonStyle
winrt property

Microsoft.UI.Xaml.Controls.NavigationView.PaneToggleButtonStyle

-description

Gets or sets the Style that defines the look of the menu toggle button.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

-property-value

The Style that defines the look of the menu toggle button. The default is null.

-remarks

-see-also

-examples

-xaml-syntax

<NavigationView PaneToggleButtonStyle="{StaticResource styleResourceKey}"/>

-xaml-values

styleResourceKey
styleResourceKeyThe key that identifies the style being requested. The key refers to an existing resource in a ResourceDictionary.