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