Table of Contents

Enum ButtonTier

Namespace
The.Web.Controls
Assembly
Instagile.Web.Client.dll

The visual emphasis tier of an ActionButton.

public enum ButtonTier

Fields

Primary = 0

A solid accent-filled button, indicating the default option.

Secondary = 1

A neutral bordered button. This is the default tier.

Tertiary = 2

A quiet, text-only action (no fill or border until hovered), for low-emphasis actions.