Indicates what type of border the Panel control has. This value comes 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);
PictureBox Class | PictureBox Members | System.WinForms Namespace