Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / FontInfo Class / Italic Property


In This Topic
    Italic Property (FontInfo)
    In This Topic
    True if the font style is italic
    Syntax
    'Declaration
     
    Public Property Italic As Boolean
    'Usage
     
    Dim instance As FontInfo
    Dim value As Boolean
     
    instance.Italic = value
     
    value = instance.Italic
    public bool Italic {get; set;}

    Property Value

    true if italic; otherwise, false.
    See Also