ChartFont.Italic Property
Determines whether the character format is italic. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property Italic As Object
Get
Set
'Usage
Dim instance As ChartFont
Dim value As Object
value = instance.Italic
instance.Italic = value
Object Italic { get; set; }
Property Value
Type: System.Object
Remarks
The value of the Italic property can be one of these MsoTriState constants.
Constant |
Description |
---|---|
The character format is not italic. |
|
The specified text range contains both italic and nonitalic characters. |
|
The character format is italic. |