Enum SortMode

GoDiagram®
v10.0.8
by Northwoods Software®

These values specify an optional method by which to sort nodes before packing. Used for SortMode.

Namespace: Northwoods.Go.Layouts.Extensions
Assembly: PackedWinForms.dll
Syntax
public enum SortMode

Fields

Name Description
Area

Nodes will be sorted by their area; this value is used for SortMode.

MaxSide

Nodes will be sorted by their maximum side length before packing; this value is used for SortMode.

None

Nodes will not be sorted before packing; this value is used for SortMode.