Intersoft ClientUI Documentation
LineBreak Class
Members  See Also  Send Feedback
Intersoft.Client.Documents Namespace : LineBreak Class






An inline flow content element that causes a line break to occur in flow content.

Object Model

LineBreak Class

Syntax

Visual Basic (Declaration) 
Public Class LineBreak 
   Inherits Inline
Visual Basic (Usage)Copy Code
Dim instance As LineBreak
C# 
public class LineBreak : Inline 
Delphi 
public class LineBreak = class(Inline)
JScript 
public class LineBreak extends Inline
Managed Extensions for C++ 
public __gc class LineBreak : public Inline 
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.