AdaptiveTrigger.MinWindowWidthProperty プロパティ

定義

MinWindowWidth 依存関係プロパティを識別します。

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

プロパティ値

MinWindowWidth 依存関係プロパティの識別子。

注釈

このプロパティはプロパティ システムの識別子に過ぎません。ほとんどのアプリ シナリオでは使用されません。 ほとんどの場合、XAML で MinWindowWidth 依存関係プロパティを設定し、この識別子は必要ありません。

コードで MinWindowWidth 依存関係プロパティにアクセスするには、依存関係プロパティ システムを使用して GetValue または SetValue を呼び出し、AdaptiveTrigger.MinWindowWidthProperty を依存関係プロパティ識別子として渡します。

適用対象

こちらもご覧ください