Show / Hide Table of Contents

Class GridTrack

Base class of GridColumn and GridRow.

Inheritance
System.Object
GridTrack
GridColumn
GridRow
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 abstract class GridTrack

Properties

Name Description
Length

Gets the grid length.

MaxLength

Gets the maximum length of this grid track.

MeasuredLength

Gets the measured length.

MinLength

Gets the minimum length of this grid track.

Orientation

Gets the orientation.

Methods

Name Description
Resize(GridLength)

Resizes this grid track.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest