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

適用於