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 属性,而不是依赖属性。

适用于