FrameworkElement.ActualHeightProperty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies the ActualHeight dependency property. See Remarks.
public:
static property DependencyProperty ^ ActualHeightProperty { DependencyProperty ^ get(); };
static DependencyProperty ActualHeightProperty();
public static DependencyProperty ActualHeightProperty { get; }
var dependencyProperty = FrameworkElement.actualHeightProperty;
Public Shared ReadOnly Property ActualHeightProperty As DependencyProperty
Property Value
The identifier for the ActualHeight dependency property.
Remarks
Note
Although it has an ActualHeightProperty backing field, ActualHeight does not raise property change notifications and it should be thought of as a regular CLR property and not a dependency property.