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 屬性,而不是相依性屬性。