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 プロパティと考える必要があります。