Share via


BorderPanel.BorderSides Property

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Property BorderSides As BorderPanel.Sides
'Usage
Dim instance As BorderPanel 
Dim value As BorderPanel.Sides 

value = instance.BorderSides

instance.BorderSides = value
public BorderPanel.Sides BorderSides { get; set; }
public:
property BorderPanel.Sides BorderSides {
    BorderPanel.Sides get ();
    void set (BorderPanel.Sides value);
}
public function get BorderSides () : BorderPanel.Sides 
public function set BorderSides (value : BorderPanel.Sides)

Property Value

Type: Microsoft.TeamFoundation.Client.BorderPanel.Sides

.NET Framework Security

See Also

Reference

BorderPanel Class

BorderPanel Members

Microsoft.TeamFoundation.Client Namespace