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 依赖属性的标识符。
注解
注意
尽管它具有 ActualWidthProperty 后备字段, 但 ActualWidth 不会引发属性更改通知,应将其视为常规 CLR 属性,而不是依赖属性。