Enum GridAlignment
This enumeration specifies whether to position each part by its location or by its position. Used for Alignment.
Namespace: Northwoods.Go.Layouts
Assembly: Northwoods.GoDiagram.Avalonia.dll
Syntax
public enum GridAlignment
Fields
Name | Description |
---|---|
Location | Position the part's Location at a grid point. |
Position | Position the top-left corner of each part at a grid point. |