[]
Struct that specifies a grid item's size and location in a grid layout.
public struct C1StyleGridArea
Name | Description |
---|---|
C1StyleGridArea(int, int, int, int) | Initializes a new instance of the C1StyleGridArea struct. |
C1StyleGridArea(string) | Initializes a new instance of the C1StyleGridArea struct. |
Name | Description |
---|---|
Column | Gets the index of the span. |
ColumnSpan | Gets the index of the span. |
ItemName | Gets how many position spans. |
Row | Gets the index of the span. |
RowSpan | Gets the index of the span. |
Name | Description |
---|---|
Equals(object) | |
GetHashCode() | |
Parse(string) | Parses the text and returns a span. |
ToString() | |
TryParse(string, out C1StyleGridArea) | Tries to parse the specified |
Name | Description |
---|---|
operator ==(C1StyleGridArea, C1StyleGridArea) | Compares two C1StyleGridArea structures for equality. |
implicit operator C1StyleGridArea(string) | Casting operator to convert a string into a C1StyleGridSpan. |
operator !=(C1StyleGridArea, C1StyleGridArea) | Compares two C1StyleGridArea structures for inequality. |