Table of Contents

Class SkiaLayout.StructureChange

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll
public class SkiaLayout.StructureChange
Inheritance
SkiaLayout.StructureChange
Inherited Members
Extension Methods

Constructors

StructureChange(StructureChangeType, long)

public StructureChange(SkiaLayout.StructureChangeType type, long stamp)

Parameters

type SkiaLayout.StructureChangeType
stamp long

Properties

Count

public int Count { get; set; }

Property Value

int

InsertAtIndex

public int? InsertAtIndex { get; set; }

Property Value

int?

IsInsertOperation

public bool IsInsertOperation { get; set; }

Property Value

bool

IsVisible

public bool IsVisible { get; set; }

Property Value

bool

Items

public List<object> Items { get; set; }

Property Value

List<object>

MeasuredItems

public List<SkiaLayout.MeasuredItemInfo> MeasuredItems { get; set; }

Property Value

List<SkiaLayout.MeasuredItemInfo>

OffsetOthers

public Vector2? OffsetOthers { get; set; }

Property Value

Vector2?

Stamp

public long Stamp { get; set; }

Property Value

long

StartIndex

public int StartIndex { get; set; }

Property Value

int

StartingPosition

public SkiaLayout.BackgroundMeasurementStartingPosition StartingPosition { get; set; }

Property Value

SkiaLayout.BackgroundMeasurementStartingPosition

TargetIndex

public int TargetIndex { get; set; }

Property Value

int

Type

public SkiaLayout.StructureChangeType Type { get; set; }

Property Value

SkiaLayout.StructureChangeType