 
            | Intersoft.Client.Documents Namespace : Underline Class | 

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> | |

System.Object
   System.Windows.DependencyObject
      Intersoft.Client.Documents.TextElement
         Intersoft.Client.Documents.Inline
            Intersoft.Client.Documents.Span
               Intersoft.Client.Documents.Underline
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