Table of Contents

Enum SortMode

Namespace
Northwoods.Go.Layouts.Extensions
Assembly
PackedWinForms.dll

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

public enum SortMode

Fields

Area = 2

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

MaxSide = 1

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

None = 0

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