mirror of
https://gitee.com/csharpui/CPF.git
synced 2025-09-19 01:58:20 +08:00
初始化
This commit is contained in:
13
CPF.Mac/Mac/AppKit/NSCellImagePosition.cs
Normal file
13
CPF.Mac/Mac/AppKit/NSCellImagePosition.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace CPF.Mac.AppKit
|
||||
{
|
||||
public enum NSCellImagePosition : ulong
|
||||
{
|
||||
NoImage,
|
||||
ImageOnly,
|
||||
ImageLeft,
|
||||
ImageRight,
|
||||
ImageBelow,
|
||||
ImageAbove,
|
||||
ImageOverlaps
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user