12 lines
117 B
C#
12 lines
117 B
C#
using System;
|
|
|
|
namespace CPF.ReoGrid.CellTypes
|
|
{
|
|
public enum ImageCellViewMode
|
|
{
|
|
Stretch,
|
|
Zoom,
|
|
Clip
|
|
}
|
|
}
|