Class GridSpan
public class GridSpan
- Inheritance
-
GridSpan
- Inherited Members
- Extension Methods
Constructors
GridSpan(int, int, bool, double)
public GridSpan(int start, int length, bool isColumn, double requestedLength)
Parameters
Properties
IsColumn
public bool IsColumn { get; }
Property Value
Key
public SpanKey Key { get; }
Property Value
Length
public int Length { get; }
Property Value
Requested
public double Requested { get; }
Property Value
Start
public int Start { get; }