14 lines
132 B
C#
14 lines
132 B
C#
using System;
|
|
|
|
namespace CPF.ReoGrid
|
|
{
|
|
[Serializable]
|
|
public enum ReoGridVerAlign
|
|
{
|
|
General,
|
|
Top,
|
|
Middle,
|
|
Bottom
|
|
}
|
|
}
|