Show / Hide Table of Contents

Class GridRow

Represents the row of flexible grid layout.

Inheritance
System.Object
GridTrack
GridRow
Implements
System.Collections.Generic.IReadOnlyList<GridRow>
System.Collections.Generic.IReadOnlyCollection<GridRow>
System.Collections.Generic.IEnumerable<GridRow>
System.Collections.IEnumerable
Inherited Members
GridTrack.Orientation
GridTrack.Length
GridTrack.Resize(GridLength)
GridTrack.MinLength
GridTrack.MaxLength
GridTrack.MeasuredLength
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()
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest