13 lines
130 B
C#
13 lines
130 B
C#
using System;
|
|
|
|
namespace CPF.ReoGrid.Core
|
|
{
|
|
internal enum HBorderOwnerPosition
|
|
{
|
|
None,
|
|
All = 3,
|
|
Top = 1,
|
|
Bottom
|
|
}
|
|
}
|