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 依存関係プロパティの識別子。

注釈

Note

ActualHeightProperty バッキング フィールドがありますが、 ActualHeight はプロパティ変更通知を生成せず、依存関係プロパティではなく通常の CLR プロパティと考える必要があります。

適用対象