Table of Contents

Enum ButtonTheme

Namespace
Kook
Assembly
Kook.Net.Core.dll

表示 ButtonElement 的主题。

public enum ButtonTheme

Fields

Danger = 3

外观表现为危险。

Info = 4

外观表现为信息。

Primary = 0

外观表现为主要操作。

Secondary = 5

外观表现为次要操作。

Success = 1

外观表现为成功。

Warning = 2

外观表现为警告。