ASP.NET Core 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
     
    
    <System.ComponentModel.DefaultValueAttribute(False)>
    Public Property Underline As System.Boolean
    'Usage
     
    
    Dim instance As Font
    Dim value As System.Boolean
     
    instance.Underline = value
     
    value = instance.Underline
    [System.ComponentModel.DefaultValue(false)]
    public System.bool Underline {get; set;}
    public read-write property Underline: System.Boolean; 
    System.ComponentModel.DefaultValueAttribute()
    public function get,set Underline : System.boolean
    [System.ComponentModel.DefaultValue(false)]
    public: __property System.bool get_Underline();
    public: __property void set_Underline( 
       System.bool value
    );
    [System.ComponentModel.DefaultValue(false)]
    public:
    property System.bool Underline {
       System.bool get();
       void set (    System.bool value);
    }
    See Also