Share via


FrameworkElement.ActualHeightProperty 속성

정의

ActualHeight 종속성 속성을 식별합니다. 설명 부분을 참조하세요.

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

속성 값

ActualHeight 종속성 속성의 식별자입니다.

설명

참고

ActualHeightProperty 지원 필드가 있지만 ActualHeight 는 속성 변경 알림을 발생시키지 않으며 종속성 속성이 아닌 일반 CLR 속성으로 간주되어야 합니다.

적용 대상