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

適用於