[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 );
Border Class | Border Members | System.WinForms Namespace | Border Constructor Overload List