[]
Struct that describe a span used in grid layout.
public struct C1StyleGridSpan
Name | Description |
---|---|
C1StyleGridSpan(int, int) | Initializes a new instance of the C1StyleGridSpan struct. |
Name | Description |
---|---|
Index | Gets the index of the span. |
Span | Gets how many position spans. |
Name | Description |
---|---|
Equals(object) | |
GetHashCode() | |
Parse(string) | Parses the text and returns a span. |
ToString() | |
TryParse(string, out C1StyleGridSpan) | Tries to parse the specified |
Name | Description |
---|---|
operator ==(C1StyleGridSpan, C1StyleGridSpan) | Compares two C1StyleGridSpan structures for equality. |
implicit operator C1StyleGridSpan(int) | Casting operator to convert an integer into a C1StyleGridSpan. |
implicit operator C1StyleGridSpan(string) | Casting operator to convert a string into a C1StyleGridSpan. |
operator !=(C1StyleGridSpan, C1StyleGridSpan) | Compares two C1StyleGridSpan structures for inequality. |