Intersoft ClientUI Documentation
LineBreak Class
Members 



An inline flow content element that causes a line break to occur in flow content.
Syntax
Public Class LineBreak 
   Inherits Inline
Dim instance As LineBreak
public class LineBreak : Inline 
public ref class LineBreak : public Inline 
Remarks

LineBreak causes a line break to occur in FlowDocument content.

XAML
Copy Code
<Intersoft:FlowDocument>
    <Intersoft:Paragraph>
        <Intersoft:Span>
            <Intersoft:Run>
                lorem ipsum dolor sit amet,
            </Intersoft:Run>
            <Intersoft:LineBreak/>
            <Intersoft:Italic>
                <Intersoft:Run>
                    consectetur adipisicing elit,
                </Intersoft:Run>
            </Intersoft:Italic>
            <Intersoft:LineBreak/>
            <Intersoft:Run>
                sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
            </Intersoft:Run>
        </Intersoft:Span>
    </Intersoft:Paragraph>
</Intersoft:FlowDocument>
Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      Intersoft.Client.Documents.TextElement
         Intersoft.Client.Documents.Inline
            Intersoft.Client.Documents.LineBreak

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LineBreak Members
Intersoft.Client.Documents Namespace

Send Feedback