[]
Initializes a new instance of the RenderEmpty class.
public RenderEmpty()
Initializes a new instance of the RenderEmpty class with specified width and height.
public RenderEmpty(Unit width, Unit height)
Type | Name | Description |
---|---|---|
Unit | width | The Unit width of the current RenderEmpty object. |
Unit | height | The Unit height of the current RenderEmpty object. |
Initializes a new instance of the RenderEmpty class with a specified height.
public RenderEmpty(Unit height)
Type | Name | Description |
---|---|---|
Unit | height | The Unit height of the current RenderEmpty object. |
Initializes a new instance of the RenderEmpty class with a zero height and a specified BreakAfter value.
public RenderEmpty(BreakEnum brk)
Type | Name | Description |
---|---|---|
BreakEnum | brk | They type of break that is to be inserted after this object. |