NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Border Constructor (Edge, Edge, Edge, Edge)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal left As Edge, _
   ByVal top As Edge, _
   ByVal right As Edge, _
   ByVal bottom As Edge _
)
[C#]
public Border(
   Edge left,
   Edge top,
   Edge right,
   Edge bottom
);
[C++]
public: Border(
   Edge* left,
   Edge* top,
   Edge* right,
   Edge* bottom
);
[JScript]
public function Border(
   left : Edge,
   top : Edge,
   right : Edge,
   bottom : Edge
);

Parameters

left
[To be supplied.]
top
[To be supplied.]
right
[To be supplied.]
bottom
[To be supplied.]

See Also

Border Class | Border Members | System.WinForms Namespace | Border Constructor Overload List