更新
This commit is contained in:
@@ -9,47 +9,37 @@ namespace WPFluent.Controls;
|
||||
public enum ControlAppearance
|
||||
{
|
||||
/// <summary>
|
||||
/// Control color according to the current theme accent.
|
||||
/// 主色调
|
||||
/// </summary>
|
||||
Primary,
|
||||
|
||||
/// <summary>
|
||||
/// Control color according to the current theme element.
|
||||
/// 过渡色
|
||||
/// </summary>
|
||||
Secondary,
|
||||
|
||||
/// <summary>
|
||||
/// Blue color theme.
|
||||
/// 强调色
|
||||
/// </summary>
|
||||
Info,
|
||||
|
||||
Accent,
|
||||
//其他的强调色
|
||||
/// <summary>
|
||||
/// Dark color theme.
|
||||
/// 蓝色
|
||||
/// </summary>
|
||||
Dark,
|
||||
|
||||
Attention,
|
||||
/// <summary>
|
||||
/// Light color theme.
|
||||
/// </summary>
|
||||
Light,
|
||||
|
||||
/// <summary>
|
||||
/// Red color theme.
|
||||
/// </summary>
|
||||
Danger,
|
||||
|
||||
/// <summary>
|
||||
/// Green color theme.
|
||||
/// 绿色
|
||||
/// </summary>
|
||||
Success,
|
||||
|
||||
/// <summary>
|
||||
/// Orange color theme.
|
||||
/// 橘色
|
||||
/// </summary>
|
||||
Caution,
|
||||
/// <summary>
|
||||
/// 红色
|
||||
/// </summary>
|
||||
Critical,
|
||||
|
||||
/// <summary>
|
||||
/// Transparent color theme.
|
||||
/// 透明
|
||||
/// </summary>
|
||||
Transparent,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user