Class GridRow
Represents the row of flexible grid layout.
Implements
System.Collections.Generic.IReadOnlyList<GridRow>
System.Collections.Generic.IReadOnlyCollection<GridRow>
System.Collections.Generic.IEnumerable<GridRow>
System.Collections.IEnumerable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DevZest.Data.Presenters.Primitives
Assembly: DevZest.Data.WPF.dll
Syntax
public sealed class GridRow : GridTrack, IConcatList<GridRow>, IReadOnlyList<GridRow>, IReadOnlyCollection<GridRow>, IEnumerable<GridRow>, IEnumerable
Properties
Name | Description |
---|---|
Height | Gets the height of the grid row. |
MaxHeight | Gets the maximum height of the grid row. |
MinHeight | Gets the minimum height of the grid row. |
Explicit Interface Implementations
Name | Description |
---|---|
IEnumerable<GridRow>.GetEnumerator() | |
IReadOnlyCollection<GridRow>.Count | |
IReadOnlyList<GridRow>.Item[Int32] | |
IEnumerable.GetEnumerator() |