13 lines
161 B
C#
13 lines
161 B
C#
![]() |
namespace CPF.Mac.AppKit
|
||
|
{
|
||
|
public enum NSTextBlockDimension : ulong
|
||
|
{
|
||
|
Width,
|
||
|
MinimumWidth,
|
||
|
MaximumWidth,
|
||
|
Height,
|
||
|
MinimumHeight,
|
||
|
MaximumHeight
|
||
|
}
|
||
|
}
|