Partager via


Font2.Italic Property

Gets or sets a value specifying whether the text for a selection is italic. Read/write.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property Italic As MsoTriState
    Get
    Set
'Usage
Dim instance As Font2
Dim value As MsoTriState

value = instance.Italic

instance.Italic = value
MsoTriState Italic { get; set; }

Property Value

Type: Microsoft.Office.Core.MsoTriState
MsoTriState

See Also

Reference

Font2 Interface

Font2 Members

Microsoft.Office.Core Namespace