Enum UISpacing
Defines the different spacing to apply between element in the layout.
Namespace: DevToys.Api
Assembly: DevToys.Api.dll
Syntax
public enum UISpacing
Fields
Name | Description |
---|---|
Large | A large space between element. Use this space to separate sections. |
Medium | A medium space between element. Use this space to separate groups of elements. |
None | No space between element. Use this space between element or text that should be closed from each other. |
Small | A small space between element. Use this space between elements of a same group. |