更新
This commit is contained in:
10
AntdWpf/Contracts/ISpinable.cs
Normal file
10
AntdWpf/Contracts/ISpinable.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace AntdWpf.Contracts
|
||||
{
|
||||
/// <summary>
|
||||
/// Represents a spinable control. From https://github.com/charri/Font-Awesome-WPF/blob/master/src/WPF/FontAwesome.WPF/ISpinable.cs
|
||||
/// </summary>
|
||||
public interface ISpinable
|
||||
{
|
||||
bool? Spin { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user