FrameworkElement.MinWidthProperty Property

Definition

Identifies the MinWidth  dependency property.

public:
 static property DependencyProperty ^ MinWidthProperty { DependencyProperty ^ get(); };
static DependencyProperty MinWidthProperty();
public static DependencyProperty MinWidthProperty { get; }
var dependencyProperty = FrameworkElement.minWidthProperty;
Public Shared ReadOnly Property MinWidthProperty As DependencyProperty

Property Value

The identifier for the MinWidth  dependency property.

Applies to