ZForge.Controls.XPTable.Models.CellImageStyle.CellImageStyle C# (CSharp) Méthode

CellImageStyle() public méthode

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