Class GridTrack
Base class of GridColumn and 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. |