[]
        
(Showing Draft Content)

C1.C1Preview.RenderEmpty.-ctor

RenderEmpty Constructor

RenderEmpty()

Initializes a new instance of the RenderEmpty class.

Declaration
public RenderEmpty()
Public Sub New()

RenderEmpty(Unit, Unit)

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

Declaration
public RenderEmpty(Unit width, Unit height)
Public Sub New(width As Unit, height As Unit)
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)
Public Sub New(height As Unit)
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)
Public Sub New(brk As BreakEnum)
Parameters
Type Name Description
BreakEnum brk

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