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

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

Initializes a new instance of the RowStyle class with default settings
public RowStyle ( ) : System
Результат System
        public RowStyle()
        {
            this.backColor = Color.Empty;
            this.foreColor = Color.Empty;
            this.font = null;
            this.alignment = RowAlignment.Center;
        }
RowStyle