ActualHeight (UIElement)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets the rendered height of an object.
value = object.ActualHeight
Remarks
ActualHeight and ActualWidth specify the rendered height and width of an object. These properties can be different from the Height and Width properties of the object. Setting the TextWrapping property affects the ActualHeight and ActualWidth values of a TextBlock.
ActualHeight is also available as a property of RowDefinition.
Applies To
Border (Silverlight 2)
ColumnDefinition (Silverlight 2)
Grid (Silverlight 2)
PasswordBox (Silverlight 2)
Popup (Silverlight 2)
StackPanel (Silverlight 2)
TextBox (Silverlight 2)