Class ControlInStack
public class ControlInStack
- Inheritance
-
ControlInStack
- Inherited Members
- Extension Methods
Constructors
ControlInStack()
public ControlInStack()
Properties
Area
Available area for Arrange
public SKRect Area { get; set; }
Property Value
Column
public int Column { get; set; }
Property Value
ControlIndex
Index inside enumerator that was passed for measurement OR index inside ItemsSource
public int ControlIndex { get; set; }
Property Value
Destination
PIXELS, this is to hold our arranged layout
public SKRect Destination { get; set; }
Property Value
Drawn
Was used for actual drawing
public DrawingRect Drawn { get; set; }
Property Value
IsCollapsed
Cell's own visibility state (independent of viewport visibility)
public bool IsCollapsed { get; set; }
Property Value
IsVisible
public bool IsVisible { get; set; }
Property Value
Layout
public SKRect Layout { get; set; }
Property Value
Measured
Measure result
public ScaledSize Measured { get; set; }
Property Value
Offset
For internal use by your custom controls
public Vector2 Offset { get; set; }
Property Value
OffsetOthers
public Vector2 OffsetOthers { get; set; }
Property Value
Row
public int Row { get; set; }
Property Value
View
This will be null for recycled views
public SkiaControl View { get; set; }
Property Value
WasLastDrawn
Was drawn during the last frame
public bool WasLastDrawn { get; set; }
Property Value
WasMeasured
public bool WasMeasured { get; set; }
Property Value
ZIndex
public int ZIndex { get; set; }