Class VisualTreeChain
- Namespace
- DrawnUi.Infrastructure
- Assembly
- DrawnUi.Maui.dll
public class VisualTreeChain
- Inheritance
-
VisualTreeChain
- Inherited Members
- Extension Methods
Constructors
VisualTreeChain(SkiaControl)
public VisualTreeChain(SkiaControl child)
Parameters
childSkiaControl
Properties
Child
The final node the tree leads to
public SkiaControl Child { get; set; }
Property Value
NodeIndices
Perf cache for node indices
public Dictionary<SkiaControl, int> NodeIndices { get; set; }
Property Value
Nodes
Parents leading to the final node
public List<SkiaControl> Nodes { get; set; }
Property Value
Transform
Final transform of the chain
public VisualTransform Transform { get; set; }
Property Value
Methods
AddNode(SkiaControl)
public void AddNode(SkiaControl node)
Parameters
nodeSkiaControl