Enum FlexalonFlexibleLayout.GapOptions
Determines how the space between children is distributed.
Syntax
public enum FlexalonFlexibleLayout.GapOptionsFields
| Name | Description | 
|---|---|
| Fixed | The Gap/WrapGap property determines the space between children. | 
| SpaceBetween | Space is added between children to fill the available space. |