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






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