ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report.Util Namespace / FontHolder Class / Italic Property

In This Topic
    Italic Property (FontHolder)
    In This Topic
    Gets or sets a value that indicates whether the encapsulated Font is italic.
    Syntax
    'Declaration
     
    Public Property Italic As System.Boolean
    public System.bool Italic {get; set;}
    See Also