InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / TextElement Class / ForceLineBreak Property

In This Topic
    ForceLineBreak Property (TextElement)
    In This Topic
    Gets a Element.LineBreak value that determines whether there should be line breaks before and/or after this TextElement when it occurs in a paragraph.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property ForceLineBreak As Element.LineBreak
    public override Element.LineBreak ForceLineBreak {get;}
    See Also