FrameworkElement.ActualWidthProperty プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 依存関係プロパティの識別子。
注釈
Note
ActualWidthProperty バッキング フィールドがありますが、 ActualWidth はプロパティ変更通知を発生させず、依存関係プロパティではなく、通常の CLR プロパティと見なす必要があります。