다음을 통해 공유


NavigationView.ExpandedModeThresholdWidth 속성

정의

NavigationView가 확장된 표시 모드로 전환되는 최소 창 너비를 가져오거나 설정합니다.

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

public:
 property double ExpandedModeThresholdWidth { double get(); void set(double value); };
double ExpandedModeThresholdWidth();

void ExpandedModeThresholdWidth(double value);
public double ExpandedModeThresholdWidth { get; set; }
var double = navigationView.expandedModeThresholdWidth;
navigationView.expandedModeThresholdWidth = double;
Public Property ExpandedModeThresholdWidth As Double
<NavigationView ExpandedModeThresholdWidth="double" .../>

속성 값

Double

double

NavigationView가 확장된 표시 모드로 전환되는 최소 창 너비입니다. 기본값은 1008픽셀입니다.

적용 대상