FrameworkElement.HeightProperty Property

Definition

Identifies the Height  dependency property.

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

Property Value

The identifier for the Height  dependency property.

Applies to