Class SkiaLayout.BackgroundMeasurementStartingPosition
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
ExpectedStartY
public float ExpectedStartY { get; set; }
Property Value
LastCol
public int LastCol { get; set; }
Property Value
LastRow
public int LastRow { get; set; }
Property Value
LayoutType
public LayoutType LayoutType { get; set; }