11 lines
110 B
C#
11 lines
110 B
C#
![]() |
namespace CPF.Mac.AppKit
|
||
|
{
|
||
|
public enum NSBackgroundStyle : long
|
||
|
{
|
||
|
Light,
|
||
|
Dark,
|
||
|
Raised,
|
||
|
Lowered
|
||
|
}
|
||
|
}
|