FrameworkElement.ActualWidthProperty Property

Definition

Identifies the ActualWidth  dependency property. See Remarks.

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

Property Value

The identifier for the ActualWidth  dependency property.

Remarks

Note

Although it has an ActualWidthProperty backing field, ActualWidth does not raise property change notifications and it should be thought of as a regular CLR property and not a dependency property.

Applies to