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






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