[]
        
(Showing Draft Content)

C1.Framework.Html.HtmlDiv.BreakBeforeRtl

BreakBeforeRtl Method

BreakBeforeRtl(Element, int, int)

Gets a value that determines whether a line break should be inserted before a given element.

Declaration
protected override bool BreakBeforeRtl(Element e, int lineStart, int start)
Parameters
Type Name Description
Element e

Element to test for a line break.

int lineStart

Position of the line start if no breaks are added.

int start

Text start position.

Returns
Type Description
bool

True if a line break should be inserted before the given element.

Overrides