FrameworkElement.MinHeightProperty Property

Definition

Identifies the MinHeight dependency property.

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

Property Value

The identifier for the MinHeight dependency property.

Applies to