다음을 통해 공유


AdaptiveTrigger.MinWindowHeightProperty 속성

정의

MinWindowHeight 종속성 속성을 식별합니다.

public:
 static property DependencyProperty ^ MinWindowHeightProperty { DependencyProperty ^ get(); };
static DependencyProperty MinWindowHeightProperty();
public static DependencyProperty MinWindowHeightProperty { get; }
var dependencyProperty = AdaptiveTrigger.minWindowHeightProperty;
Public Shared ReadOnly Property MinWindowHeightProperty As DependencyProperty

속성 값

MinWindowHeight 종속성 속성의 식별자입니다.

설명

이 속성은 속성 시스템의 식별자일 뿐이며 대부분의 앱 시나리오에서는 사용되지 않습니다. 대부분의 경우 XAML에서 MinWindowHeight 종속성 속성을 설정하며 이 식별자가 필요하지 않습니다.

코드에서 MinWindowHeight 종속성 속성에 액세스하려면 GetValue 또는 SetValue를 호출하고 AdaptiveTrigger.MinWindowHeightProperty를 종속성 속성 식별자로 전달하는 종속성 속성 시스템을 사용할 수 있습니다.

적용 대상

추가 정보