BreakBefore Property (RenderText)
In This Topic
Gets or sets the type of break (none, line, column, or page) to insert before the current object.
Syntax
'Declaration
Public Property BreakBefore As BreakEnum
public BreakEnum BreakBefore {get; set;}
See Also