Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSAMI-WSL-2
QOSAMI-WSL-2
/
src
/
windows
/
wslsettings
/
Behaviors
/
NavigationViewHeaderMode.cs
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
cs
10 lines
185 Bytes
Copy permalink
Copy
Raw
1
// Copyright (C) Microsoft Corporation. All rights reserved.
2
3
namespace
WslSettings.Behaviors
;
4
5
public
enum
NavigationViewHeaderMode
6
{
7
Always
,
8
Never
,
9
Minimal
10
}