Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.15 KB

rowdefinition.md

File metadata and controls

35 lines (21 loc) · 1.15 KB
-api-id -api-type
T:Windows.UI.Xaml.Controls.RowDefinition
winrt class

Windows.UI.Xaml.Controls.RowDefinition

-description

Defines row-specific properties that apply to Grid elements.

-xaml-syntax

<RowDefinition .../>

-remarks

-examples

The following example uses three ColumnDefinitions and three RowDefinitions to create a grid that has nine cells, such as in a worksheet. Each cell contains a TextBlock element that represents data, and the top row contains a TextBlock with the ColumnSpan property applied.

[!code-xamlColumnDefinitionClassXAML]

-see-also

DependencyObject