Table of Contents

Class WheelCellInfo

Namespace
DrawnUi.Controls
Assembly
DrawnUi.Maui.dll
public class WheelCellInfo
Inheritance
WheelCellInfo
Inherited Members
Extension Methods

Properties

Destination

public SKRect Destination { get; set; }

Property Value

SKRect

Index

public int Index { get; set; }

Property Value

int

IsSelected

public bool IsSelected { get; set; }

Property Value

bool

Offset

public float Offset { get; set; }

Property Value

float

Opacity

public float Opacity { get; set; }

Property Value

float

Transform

public SKMatrix Transform { get; set; }

Property Value

SKMatrix

View

public SkiaControl View { get; set; }

Property Value

SkiaControl

WasMeasured

public bool WasMeasured { get; set; }

Property Value

bool