Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Font Structure / Italic Property


In This Topic
    Italic Property (Font)
    In This Topic
    Gets a value indicating whether this Font is italic.
    Syntax
    'Declaration
     
    
    Public Property Italic As Boolean
    'Usage
     
    
    Dim instance As Font
    Dim value As Boolean
     
    instance.Italic = value
     
    value = instance.Italic
    public bool Italic {get; set;}

    Property Value

    true if this Font is italic; otherwise, false.
    See Also