Enum FlexalonFlexibleLayout.GapOptions
- Namespace
- Flexalon
- Assembly
- Flexalon.dll
Determines how the space between children is distributed.
public enum FlexalonFlexibleLayout.GapOptions
Fields
Fixed = 0The Gap/WrapGap property determines the space between children.
SpaceBetween = 1Space is added between children to fill the available space.