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 属性,而不是依赖属性。

适用于