DefaultRowHeight Property
DefaultRowHeight
Gets or sets the default height of the rows.
Declaration
[TypeConverter(typeof(GridLengthTypeConverter))]
public GridLength DefaultRowHeight { get; set; }
<TypeConverter(GetType(GridLengthTypeConverter))>
Public Property DefaultRowHeight As GridLength