다음을 통해 공유


NavigationView.IsPaneOpen 속성

정의

NavigationView 창이 전체 너비로 확장되는지 여부를 지정하는 값을 가져오거나 설정합니다.

UWP에 해당하는 WinUI 2 API: Microsoft.UI.Xaml.Controls.NavigationView.IsPaneOpen(Windows 앱 SDK WinUI의 경우 Windows 앱 SDK 네임스페이스 참조).

public:
 property bool IsPaneOpen { bool get(); void set(bool value); };
bool IsPaneOpen();

void IsPaneOpen(bool value);
public bool IsPaneOpen { get; set; }
var boolean = navigationView.isPaneOpen;
navigationView.isPaneOpen = boolean;
Public Property IsPaneOpen As Boolean
<NavigationView IsPaneOpen="bool" .../>

속성 값

Boolean

bool

창이 전체 너비로 확장되면 true이고, 그렇지 않으면 false입니다.

적용 대상