[]
        
(Showing Draft Content)

C1.C1Preview.PageColumnDef.-ctor

PageColumnDef Constructor

PageColumnDef()

Initializes a new instance of the PageColumnDef class.

Declaration
public PageColumnDef()

PageColumnDef(string, string)

Initializes a new instance of the PageColumnDef class.

Declaration
public PageColumnDef(string width, string spacing)
Parameters
Type Name Description
string width

A string that is converted to a Unit value representing the Width of the current column.

string spacing

A string that is converted to a Unit value representing the Spacing of the current column.

PageColumnDef(Unit, Unit)

Initializes a new instance of the PageColumnDef class.

Declaration
public PageColumnDef(Unit width, Unit spacing)
Parameters
Type Name Description
Unit width

A Unit value representing the Width of the current column.

Unit spacing

A a Unit value representing the Spacing of the current column.