Table of Contents

Enum GridAlignment

Namespace
Northwoods.Go.Layouts
Assembly
Northwoods.GoDiagram.WinForms.dll

This enumeration specifies whether to position each part by its location or by its position. Used for Alignment.

public enum GridAlignment

Fields

Location = 1

Position the part's Location at a grid point.

Position = 0

Position the top-left corner of each part at a grid point.