RowDefinitions

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Holds row definitions for a Grid.

<Grid ...>
  <Grid.RowDefinitions>
    oneOrMoreRowDefinitions
  </Grid.RowDefinitions>
</Grid>

XAML Values

Value

Description

oneOrMoreRowDefinitions

One or more RowDefinition object elements, in the form <RowDefinition/>

Property Value

Type: Collection of RowDefinition

Not typically used in scripting.

Managed Equivalent

RowDefinitions

Applies To

Grid

Version Information

Silverlight 2