Struct GridRange
Represents a range of grid cells.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: DevZest.Data.Presenters.Primitives
Assembly: DevZest.Data.WPF.dll
Syntax
public struct GridRange
Fields
| Name | Description |
|---|---|
| Bottom | Gets the bottom grid row. |
| Left | Gets the left grid column. |
| Right | Gets the right grid column. |
| Top | Gets the top grid row. |
Properties
| Name | Description |
|---|---|
| IsEmpty | Gets a value indicates whether this GridRange is empty. |
Methods
| Name | Description |
|---|---|
| Contains(GridColumn) | Determines whether this GridRange contains specified GridColumn. |
| Contains(GridRange) | |
| Contains(GridRow) | Determines whether this GridRange contains specified GridRow. |
| IntersectsWith(GridRange) | Determines whether this GridRange intersects other GridRange. |
| ToString() | |
| Union(GridRange) | Creates a new range defined as the union of this and the specified range. |