Intersoft ClientUI Documentation
Underline Class
Members 



An inline-level flow content element which causes content to render with an underlined text decoration.
Object Model
Underline ClassInlineCollection ClassInline Class
Syntax
Public Class Underline 
   Inherits Span
Dim instance As Underline
public class Underline : Span 
public ref class Underline : public Span 
Remarks

Underline element automatically set its content to render with an italic font style. Instead of using Span with TextDecorations property specified, you can simply use Underline element. Since Underlineis inherited from Span, it can also contain multiple Inline elements.

XAML
Copy Code
<Intersoft:FlowDocument>
    <Intersoft:Paragraph>
        <Intersoft:Underline>
            <Intersoft:Run>
                Hello World!
            </Intersoft:Run>
        </Intersoft:Underline>
    </Intersoft:Paragraph>
</Intersoft:FlowDocument>

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      Intersoft.Client.Documents.TextElement
         Intersoft.Client.Documents.Inline
            Intersoft.Client.Documents.Span
               Intersoft.Client.Documents.Underline

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

Underline Members
Intersoft.Client.Documents Namespace

Send Feedback