AdaptiveTrigger.MinWindowWidthProperty Property

Definition

Identifies the MinWindowWidth dependency property.

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

Property Value

The identifier for the MinWindowWidth 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 MinWindowWidth dependency property in XAML and won't need this identifier.

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

Applies to

See also