Table of Contents

Class GridSpan

Namespace
DrawnUi.Models
Assembly
DrawnUi.Maui.dll
public class GridSpan
Inheritance
GridSpan
Inherited Members
Extension Methods

Constructors

GridSpan(int, int, bool, double)

public GridSpan(int start, int length, bool isColumn, double requestedLength)

Parameters

start int
length int
isColumn bool
requestedLength double

Properties

IsColumn

public bool IsColumn { get; }

Property Value

bool

Key

public SpanKey Key { get; }

Property Value

SpanKey

Length

public int Length { get; }

Property Value

int

Requested

public double Requested { get; }

Property Value

double

Start

public int Start { get; }

Property Value

int