ZForge.Controls.XPTable.Models.CellImageStyle.CellImageStyle C# (CSharp) Method

CellImageStyle() public method

Initializes a new instance of the CellImageStyle class with default settings
public CellImageStyle ( ) : System
return System
        public CellImageStyle()
        {
            this.image = null;
            this.imageSizeMode = ImageSizeMode.Normal;
        }
CellImageStyle