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






In This Topic
    Right Property (BorderCollection)
    In This Topic
    Gets or sets the right border.
    Syntax
    'Declaration
     
    
    Public Property Right As Border
    'Usage
     
    
    Dim instance As BorderCollection
    Dim value As Border
     
    instance.Right = value
     
    value = instance.Right
    public Border Right {get; set;}
    public read-write property Right: Border; 
    public function get,set Right : Border
    public: __property Border* get_Right();
    public: __property void set_Right( 
       Border* value
    );
    public:
    property Border^ Right {
       Border^ get();
       void set (    Border^ value);
    }
    See Also