Intersoft ClientUI Documentation
Italic Class
Members 



An inline-level flow content element which causes content to render with a italic font style.
Object Model
Italic ClassInlineCollection ClassInline Class
Syntax
Public Class Italic 
   Inherits Span
Dim instance As Italic
public class Italic : Span 
public ref class Italic : public Span 
Remarks

Italic element automatically set its content to render with an italic font style. Instead of using Span with FontStyle property specified, you can simply use Italic element. Since Italic is inherited from Span, it can also contain multiple Inline elements. Italic is used in a similar manner to the <EM> tag in HTML.

XAML
Copy Code
<Intersoft:FlowDocument>
    <Intersoft:Paragraph>
        <Intersoft:Italic>
            <Intersoft:Run>
                Hello World!
            </Intersoft:Run>
        </Intersoft:Italic>
    </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.Italic

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

Italic Members
Intersoft.Client.Documents Namespace

Send Feedback