Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the font in the specified WordArt is italic. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property FontItalic As MsoTriState
Get
Set
'Usage
Dim instance As TextEffectFormat
Dim value As MsoTriState
value = instance.FontItalic
instance.FontItalic = value
MsoTriState FontItalic { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoTriState
Remarks
The value returned by the FontItalic property can be one of the following MsoTriState constants:
Constant |
Description |
|---|---|
The font in the specified WordArt is not italic. |
|
The font in the specified WordArt is italic. |