12 lines
115 B
C#
12 lines
115 B
C#
![]() |
using System;
|
|||
|
|
|||
|
namespace CPF.ReoGrid.Drawing
|
|||
|
{
|
|||
|
public enum VerticalAlignment
|
|||
|
{
|
|||
|
Top,
|
|||
|
Middle,
|
|||
|
Bottom
|
|||
|
}
|
|||
|
}
|