Enum SpaceDistribution
public enum SpaceDistribution
- Extension Methods
Fields
Auto = 1Distribute space evenly between all items but do not affect empty space remaining at the end of the last line
Full = 2Distribute space evenly between all items but do not affect empty space
None = 0