FrameworkElement.HeightProperty 属性

定义

标识 Height 依赖属性。

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

属性值

Height 依赖属性的标识符。

适用于