Height (RowDefinition)

Switch View :
ScriptFree
JavaScript API for Silverlight
Height (RowDefinition)

Gets the calculated height of a RowDefinition element, or sets the GridLength value of a column that is defined by the RowDefinition element.

XAML
<RowDefinition Height="GridLength" .../>
JScript
value = object.Height
object.Height = value
XAML Values

See GridLength.

Property Value

Type: GridLength

The height, by GridLength.

This property is read/write.

Managed Equivalent

Height

Applies To

RowDefinition

Version Information

Silverlight 2