ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / TableSectionStyle Class / BorderHorizontalWidth Property






In This Topic
    BorderHorizontalWidth Property
    In This Topic
    Width of the Horizontal border.
    Syntax
    'Declaration
     
    
    Public Property BorderHorizontalWidth As System.String
    'Usage
     
    
    Dim instance As TableSectionStyle
    Dim value As System.String
     
    instance.BorderHorizontalWidth = value
     
    value = instance.BorderHorizontalWidth
    public System.string BorderHorizontalWidth {get; set;}
    public read-write property BorderHorizontalWidth: System.String; 
    public function get,set BorderHorizontalWidth : System.String
    public: __property System.string* get_BorderHorizontalWidth();
    public: __property void set_BorderHorizontalWidth( 
       System.string* value
    );
    public:
    property System.String^ BorderHorizontalWidth {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also