FrameworkElement.ActualHeightProperty 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
标识 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 属性,而不是依赖属性。