Class TreeLayoutNode
- Namespace
- Italbytz.Graph.Visualization
- Assembly
- Italbytz.Graph.dll
public sealed class TreeLayoutNode
- Inheritance
-
TreeLayoutNode
- Inherited Members
Constructors
TreeLayoutNode(string, string, string?, string, bool, int)
public TreeLayoutNode(string id, string label, string? parentId, string edgeLabel, bool isPartOfSolution, int order = 0)
Parameters
Properties
EdgeLabel
public string EdgeLabel { get; }
Property Value
Id
public string Id { get; }
Property Value
IsPartOfSolution
public bool IsPartOfSolution { get; }
Property Value
Label
public string Label { get; }
Property Value
Order
public int Order { get; }
Property Value
ParentId
public string? ParentId { get; }