ChartFont.Italic Property

Gets or sets the value of an Object that determines the status of the font. Read/write.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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
Object that is set to True if the font is italic; otherwise, False

See Also

Reference

ChartFont Interface

ChartFont Members

Microsoft.Office.Interop.Word Namespace