BorderPanel.Border Property
Gets or sets the border for the control.
Namespace: Microsoft.SqlServer.Management.Controls
Assembly: Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)
Syntax
'Declaration
Public Property Border As Side
Get
Set
'Usage
Dim instance As BorderPanel
Dim value As Side
value = instance.Border
instance.Border = value
public Side Border { get; set; }
public:
property Side Border {
Side get ();
void set (Side value);
}
member Border : Side with get, set
function get Border () : Side
function set Border (value : Side)
Property Value
Type: Microsoft.SqlServer.Management.Controls.Side
Gets the specified side of the border for the control.