-
-
Notifications
You must be signed in to change notification settings - Fork 957
Expand file tree
/
Copy pathNavigationViewConstants.xaml
More file actions
30 lines (24 loc) · 1.56 KB
/
NavigationViewConstants.xaml
File metadata and controls
30 lines (24 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:converters="clr-namespace:Wpf.Ui.Converters"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<!--#region navigation leftConstants -->
<!--<system:Double x:Key="PaneToggleButtonHeight">40</system:Double>
<system:Double x:Key="PaneToggleButtonWidth">40</system:Double>-->
<system:Double x:Key="NavigationViewLeftIconSize">12</system:Double>
<system:Double x:Key="NavigationViewItemActiveRectangleHeight">16</system:Double>
<system:Double x:Key="PaneLeftButtonHeight">40</system:Double>
<system:Double x:Key="PaneLeftButtonWidth">40</system:Double>
<!--#endregion navigation leftConstants -->
<system:Double x:Key="NavigationViewFluentIconSize">24</system:Double>
<system:Double x:Key="PaneToggleButtonHeight">40</system:Double>
<system:Double x:Key="PaneToggleButtonWidth">40</system:Double>
<system:Double x:Key="PaneFluentButtonHeight">60</system:Double>
<system:Double x:Key="PaneFluentButtonWidth">60</system:Double>
<system:Double x:Key="NavigationViewItemChevronSize">12</system:Double>
<Thickness x:Key="PaneToggleButtonThickness">1,1,1,1</Thickness>
<converters:BackButtonVisibilityToVisibilityConverter x:Key="BackButtonVisibilityToVisibilityConverter" />
<converters:BoolToVisibilityConverter x:Key="BoolToVisibilityConverter" />
<converters:NullToVisibilityConverter x:Key="NullToVisibilityConverter" />
</ResourceDictionary>