Retrieves the current border style. Values for this are taken from The System.WinForms.BorderStyle enumeration.
[Visual Basic] Public Property BorderStyle As BorderStyle [C#] public BorderStyle BorderStyle {get; set;} [C++] public: __property BorderStyle get_BorderStyle(); public: __property void set_BorderStyle(BorderStyle); [JScript] public function get BorderStyle() : BorderStyle; public function set BorderStyle(BorderStyle);
the current border style.