[]
        
(Showing Draft Content)

C1.Blazor.Core.C1StyleGridArea

C1StyleGridArea Struct

Struct that specifies a grid item's size and location in a grid layout.

Namespace: C1.Blazor.Core
Assembly: C1.Blazor.Core.dll
Syntax
public struct C1StyleGridArea

Constructors

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.

Properties

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.

Methods

Name Description
Equals(object)
GetHashCode()
Parse(string)

Parses the text and returns a span.

ToString()
TryParse(string, out C1StyleGridArea)

Tries to parse the specified text and returns the value in the span parameter.

Operators

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.