API Reference
Class
BlockLayoutBlock
A deterministic grid-based block layout with optional directed edges.
Inheritance
- Object
- BlockLayoutBlock
Methods
AddEdge(System.String arg1, System.String arg2, System.String arg3, System.Boolean arg4) #Adds an edge between two visible block items.
Parameters
- arg1 System.String
- arg2 System.String
- arg3 System.String
- arg4 System.Boolean
AddItem(System.String arg1, System.String arg2, System.Int32 arg3, ChartForgeX.VisualBlocks.BlockLayoutShape arg4) #Adds a visible block item.
Parameters
- arg1 System.String
- arg2 System.String
- arg3 System.Int32
- arg4 ChartForgeX.VisualBlocks.BlockLayoutShape
AddSpace(System.Int32 arg1) #Adds an invisible spacer that occupies one or more columns.
Parameters
- arg1 System.Int32
Create() #Creates a block layout.
WithEdges(System.Boolean arg1) #Sets whether edges are rendered when present.
Parameters
- arg1 System.Boolean