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 屬性,而不是相依性屬性。