using System; namespace CPF.ReoGrid.CellTypes { public enum ImageCellViewMode { Stretch, Zoom, Clip } }