CreationKit Documentation

Enumeration Button.​Style

public enum Style  

The style of the Button.

Member Of

Button

A control that executes your custom code in response to user interactions.

Enumeration Cases

primary

case primary

The main style that contains a background color with white text.

secondary

case secondary

A secondary style that contains a light background color, with colored text.

tertiary

case tertiary

A tertiary style that contains a clear background, no border, with colored text.