Table of Contents

Class SkiaLayout.BackgroundMeasurementStartingPosition

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll

Stores the starting position data when background measurement begins Used to detect and compensate for position changes due to visibility changes

public class SkiaLayout.BackgroundMeasurementStartingPosition
Inheritance
SkiaLayout.BackgroundMeasurementStartingPosition
Inherited Members
Extension Methods

Properties

ExpectedStartX

public float ExpectedStartX { get; set; }

Property Value

float

ExpectedStartY

public float ExpectedStartY { get; set; }

Property Value

float

LastCol

public int LastCol { get; set; }

Property Value

int

LastRow

public int LastRow { get; set; }

Property Value

int

LayoutType

public LayoutType LayoutType { get; set; }

Property Value

LayoutType