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

‘선언
Public Property BorderSides As BorderPanel..::..Sides
    Get
    Set
public BorderPanel..::..Sides BorderSides { get; set; }
public:
property BorderPanel..::..Sides BorderSides {
    BorderPanel..::..Sides get ();
    void set (BorderPanel..::..Sides value);
}
member BorderSides : BorderPanel..::..Sides with get, set
function get BorderSides () : BorderPanel..::..Sides
function set BorderSides (value : BorderPanel..::..Sides)

Property Value

Type: Microsoft.TeamFoundation.Client.BorderPanel.Sides
Returns BorderPanel.Sides.

.NET Framework Security

See Also

Reference

BorderPanel Class

Microsoft.TeamFoundation.Client Namespace