FrameworkElement.ActualWidthProperty プロパティ

定義

ActualWidth 依存関係プロパティを識別します。 「解説」を参照してください。

public:
 static property DependencyProperty ^ ActualWidthProperty { DependencyProperty ^ get(); };
static DependencyProperty ActualWidthProperty();
public static DependencyProperty ActualWidthProperty { get; }
var dependencyProperty = FrameworkElement.actualWidthProperty;
Public Shared ReadOnly Property ActualWidthProperty As DependencyProperty

プロパティ値

ActualWidth 依存関係プロパティの識別子。

注釈

注意

ActualWidthProperty バッキング フィールドがありますが、 ActualWidth はプロパティ変更通知を発生させず、依存関係プロパティではなく通常の CLR プロパティと見なす必要があります。

適用対象