[]
        
(Showing Draft Content)

C1.C1Preview.RenderEmpty.-ctor

RenderEmpty Constructor

RenderEmpty()

Initializes a new instance of the RenderEmpty class.

Declaration
public RenderEmpty()

RenderEmpty(Unit, Unit)

Initializes a new instance of the RenderEmpty class with specified width and height.

Declaration
public RenderEmpty(Unit width, Unit height)
Parameters
Type Name Description
Unit width

The Unit width of the current RenderEmpty object.

Unit height

The Unit height of the current RenderEmpty object.

RenderEmpty(Unit)

Initializes a new instance of the RenderEmpty class with a specified height.

Declaration
public RenderEmpty(Unit height)
Parameters
Type Name Description
Unit height

The Unit height of the current RenderEmpty object.

RenderEmpty(BreakEnum)

Initializes a new instance of the RenderEmpty class with a zero height and a specified BreakAfter value.

Declaration
public RenderEmpty(BreakEnum brk)
Parameters
Type Name Description
BreakEnum brk

They type of break that is to be inserted after this object.