PanelSpacingSuggestion Enum
Specifies whether additional spacing is suggested for a child element being arranged by a parent panel.
[Flags]
public enum PanelSpacingSuggestion
Fields
| Name | Description |
|---|---|
| After | Additional spacing is suggested after the element. |
| Before | Additional spacing is suggested before the element. |
| Both | Additional spacing is suggested both before and after the element. |
| None | No additional spacing is suggested. |