FrameworkElement.MaxHeightProperty Property

Definition

Identifies the MaxHeight  dependency property.

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

Property Value

The identifier for the MaxHeight  dependency property.

Applies to