AdaptiveTrigger.MinWindowWidthProperty プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 を依存関係プロパティ識別子として渡します。