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






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