ZForge.Controls.XPTable.Models.CellImageStyle.CellImageStyle C# (CSharp) Метод

CellImageStyle() публичный Метод

Initializes a new instance of the CellImageStyle class with default settings
public CellImageStyle ( ) : System
Результат System
        public CellImageStyle()
        {
            this.image = null;
            this.imageSizeMode = ImageSizeMode.Normal;
        }
CellImageStyle