Share via


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

msoFalse

The character format is not italic.

msoTriStateMixed

The specified text range contains both italic and nonitalic characters.

msoTrue

The character format is italic.

See Also

Reference

ChartFont Interface

ChartFont Members

Microsoft.Office.Interop.PowerPoint Namespace