Arranges GraphObjects into rows and columns; set the Row and Column properties on each element.
Inheritance
PanelLayoutTable
Assembly: Northwoods.GoDiagram.Avalonia.dll
Syntax
public sealed class PanelLayoutTable : PanelLayout
Properties
Instance
This holds a static singleton instance of the PanelLayout,
used as a value for Type.
Declaration
public static PanelLayoutTable Instance { get; }
Property Value
Methods
Arrange(Panel, IList<GraphObject>, Rect)
Declaration
public override void Arrange(Panel panel, IList<GraphObject> children, Rect union)
Parameters
Overrides
Measure(Panel, double, double, IList<GraphObject>, ref Rect, double, double)
Declaration
public override void Measure(Panel panel, double width, double height, IList<GraphObject> children, ref Rect union, double minw, double minh)
Parameters
Overrides