RowDefinitionCollection::Add Method (RowDefinition^)
.NET Framework (current version)
Adds a RowDefinition element to a RowDefinitionCollection.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- value
-
Type:
System.Windows.Controls::RowDefinition^
Identifies the RowDefinition to add to the collection.
Implements
ICollection<T>::Add(T)The following example demonstrates how to use the Add method to add a RowDefinition to a RowDefinitionCollection.
To view the complete sample, see How to: Manipulate Columns and Rows by Using ColumnDefinitionsCollections and RowDefinitionsCollections.
.NET Framework
Available since 3.0
Available since 3.0
Show: