Table of Contents

Interface IInsideWheelStack

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll
public interface IInsideWheelStack
Extension Methods

Methods

OnPositionChanged(float, bool)

Called by parent stack inside picker wheel when position changes

void OnPositionChanged(float offsetRatio, bool isSelected)

Parameters

offsetRatio float

0.0-X.X offset from selection axis, beyond 1.0 is offscreen. Normally you would change opacity accordingly to this.

isSelected bool

Whether cell is currently selected, normally you would change text color accordingly.