CreationKit Documentation

Enumeration Divider.​Style

public enum Style  

Styles of the Divider

Member Of

Divider

Divider is a line that groups content in lists and layouts.

Enumeration Cases

full​Width

case fullWidth

fullWidth* - Displayed as a 1px line

middle

case middle

Displayed as a 1px line with padding on both leading and trailing anchors

subheader​Left

case subheaderLeft(text: String) 

Displays a custom, left indented subheader, inside divider (full width). Takes a custom String as subheader

subheader​Centered

case subheaderCentered(text: String) 

Displays a custom centered subheader inside divider (full width). Takes a custom String as subheader