ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / ParagraphElement Class / BreakBeforeRtl Method
Element to test for a line break.
Position of the line start if no breaks are added.
Text start position.

In This Topic
    BreakBeforeRtl Method (ParagraphElement)
    In This Topic
    Gets a value that determines whether a line break should be inserted before a given element.
    Syntax
    'Declaration
     
    Protected Overridable Function BreakBeforeRtl( _
       ByVal e As Element, _
       ByVal lineStart As System.Integer, _
       ByVal start As System.Integer _
    ) As System.Boolean
    protected virtual System.bool BreakBeforeRtl( 
       Element e,
       System.int lineStart,
       System.int start
    )

    Parameters

    e
    Element to test for a line break.
    lineStart
    Position of the line start if no breaks are added.
    start
    Text start position.

    Return Value

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