This commit is contained in:
ShrlAlgo
2025-07-11 09:20:23 +08:00
parent c7b104f44f
commit 4d35cadb56
840 changed files with 102347 additions and 11595 deletions

View File

@@ -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,
}