mirror of
https://gitee.com/csharpui/CPF.git
synced 2025-09-19 18:22:30 +08:00
初始化
This commit is contained in:
11
CPF.Mac/Mac/AppKit/NSUnderlinePattern.cs
Normal file
11
CPF.Mac/Mac/AppKit/NSUnderlinePattern.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace CPF.Mac.AppKit
|
||||
{
|
||||
public enum NSUnderlinePattern
|
||||
{
|
||||
Solid = 0,
|
||||
Dot = 0x100,
|
||||
Dash = 0x200,
|
||||
DashDot = 768,
|
||||
DashDotDot = 0x400
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user