AdaptiveTrigger.MinWindowHeightProperty Property

Definition

Identifies the MinWindowHeight dependency property.

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

Property Value

The identifier for the MinWindowHeight dependency property.

Remarks

This property is only an identifier for the property system, and isn't used in most app scenarios. In most cases you set the MinWindowHeight dependency property in XAML and won't need this identifier.

To access the MinWindowHeight dependency property in code, you can use the dependency property system, calling either GetValue or SetValue and passing AdaptiveTrigger.MinWindowHeightProperty as the dependency property identifier.

Applies to

See also