Table of Contents

Class SpanKey

Namespace
DrawnUi.Models
Assembly
DrawnUi.Maui.dll
public record SpanKey : IEquatable<SpanKey>
Inheritance
SpanKey
Implements
Inherited Members
Extension Methods

Constructors

SpanKey(int, int, bool)

public SpanKey(int Start, int Length, bool IsColumn)

Parameters

Start int
Length int
IsColumn bool

Properties

IsColumn

public bool IsColumn { get; init; }

Property Value

bool

Length

public int Length { get; init; }

Property Value

int

Start

public int Start { get; init; }

Property Value

int