Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FontBase Class / Italic Property

In This Topic
    Italic Property
    In This Topic
    Gets or sets a value indicating whether the font is formatted as italic.

    In an Office Math zone this property takes into account the OMathFormat.Style property.

    Syntax
    'Declaration
     
    Public Property Italic As System.Boolean
    public System.bool Italic {get; set;}
    See Also