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 종속성 속성의 식별자입니다.

적용 대상