Gets or sets the whether the text format is italic.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Italic As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ITextFormat
Dim value As Boolean
instance.Italic = value
value = instance.Italic
|
C# | |
---|
bool Italic {get; set;} |
C++/CLI | |
---|
property bool Italic {
bool get();
void set (bool value);
} |
Return Value
TRUE if the text is italic, FALSE otherwise
Example
See Also