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






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