功能更新
This commit is contained in:
31
Melskin/Controls/Variant.cs
Normal file
31
Melskin/Controls/Variant.cs
Normal file
@@ -0,0 +1,31 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Melskin.Controls
|
||||
{
|
||||
/// <summary>
|
||||
/// 按钮变体
|
||||
/// </summary>
|
||||
public enum Variant
|
||||
{
|
||||
/// <summary>
|
||||
/// 默认样式
|
||||
/// </summary>
|
||||
Default,
|
||||
/// <summary>
|
||||
/// 虚边框按钮
|
||||
/// </summary>
|
||||
Dashed,
|
||||
/// <summary>
|
||||
/// 边框按钮
|
||||
/// </summary>
|
||||
Outline,
|
||||
/// <summary>
|
||||
/// 文本按钮
|
||||
/// </summary>
|
||||
Text,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user