ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / Font Class / Underline Property

In This Topic
    Underline Property
    In This Topic
    Gets or sets underscore setting.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(False)>
    Public Property Underline As Boolean
    [DefaultValue(false)]
    public bool Underline {get; set;}
    See Also