13 lines
130 B
C#
13 lines
130 B
C#
![]() |
using System;
|
|||
|
|
|||
|
namespace CPF.ReoGrid.Core
|
|||
|
{
|
|||
|
internal enum VBorderOwnerPosition
|
|||
|
{
|
|||
|
None,
|
|||
|
All = 3,
|
|||
|
Left = 1,
|
|||
|
Right
|
|||
|
}
|
|||
|
}
|