Table of Contents

Enum FlexalonFlexibleLayout.GapOptions

Namespace
Flexalon
Assembly
Flexalon.dll

Determines how the space between children is distributed.

public enum FlexalonFlexibleLayout.GapOptions

Fields

Fixed = 0

The Gap/WrapGap property determines the space between children.

SpaceBetween = 1

Space is added between children to fill the available space.