
Visual Basic (Declaration) | |
---|---|
Public Class Italic Inherits Span |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As Italic |
C# | |
---|---|
public class Italic : Span |
Delphi | |
---|---|
public class Italic = class(Span) |
JScript | |
---|---|
public class Italic extends Span |
Managed Extensions for C++ | |
---|---|
public __gc class Italic : public Span |
C++/CLI | |
---|---|
public ref class Italic : public Span |
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 | ![]() |
---|---|
<Intersoft:FlowDocument> <Intersoft:Paragraph> <Intersoft:Italic> <Intersoft:Run> Hello World! </Intersoft:Run> </Intersoft:Italic> </Intersoft:Paragraph> </Intersoft:FlowDocument> |
Intersoft.Client.Documents.TextElement
Intersoft.Client.Documents.Inline
Intersoft.Client.Documents.Span
Intersoft.Client.Documents.Italic
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