ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexSheet Assembly / C1.Web.Mvc.Sheet Namespace / Font Class / Italic Property

In This Topic
    Italic Property
    In This Topic
    Gets or sets a value indicating whether to make the text italic.
    Syntax
    'Declaration
     
    Public Property Italic As Boolean
    public bool Italic {get; set;}
    See Also