SplitContainer.BorderStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the style of border for the SplitContainer.
public:
property System::Windows::Forms::BorderStyle BorderStyle { System::Windows::Forms::BorderStyle get(); void set(System::Windows::Forms::BorderStyle value); };
public System.Windows.Forms.BorderStyle BorderStyle { get; set; }
member this.BorderStyle : System.Windows.Forms.BorderStyle with get, set
Public Property BorderStyle As BorderStyle
Property Value
One of the BorderStyle values. The default is Fixed3D.
Exceptions
The value of the property is not one of the BorderStyle values.
Remarks
Use the BorderStyle property to coordinate the border of the splitter and the outer edges of the SplitContainer panels with the border of the control or controls that the SplitContainer contains.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.