CPF/CPF.Mac/Mac/AppKit/NSTableViewRowSizeStyle.cs
2023-11-21 23:05:03 +08:00

12 lines
133 B
C#

namespace CPF.Mac.AppKit
{
public enum NSTableViewRowSizeStyle : long
{
Default = -1L,
Custom,
Small,
Medium,
Large
}
}