13 lines
134 B
C#
13 lines
134 B
C#
using System;
|
|
|
|
namespace CPF.ReoGrid.Core
|
|
{
|
|
[Serializable]
|
|
internal enum ReoGridRenderHorAlign
|
|
{
|
|
Left,
|
|
Center,
|
|
Right
|
|
}
|
|
}
|