2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Appearance of 3D borderIn GroupBar, the appearance of the 3D border style can be customized by using the properties BorderStyle and FlatLook. The following code example demonstrate the same. C# //To remove the 3D style this.groupBar1.BorderStyle = BorderStyle.FixedSingle; this.groupBar1.FlatLook = true; //To set the 3D style this.groupBar1.BorderStyle = BorderStyle.Fixed3D; this.groupBar1.FlatLook = false; VB 'To remove the 3D style Me.groupBar1.BorderStyle = BorderStyle.FixedSingle Me.groupBar1.FlatLook = True 'To set the 3D style Me.groupBar1.BorderStyle = BorderStyle.Fixed3D Me.groupBar1.FlatLook = False Sample: http://www.syncfusion.com/downloads/support/directtrac/general/GroupBar_Demo-883143905.zip Reference link: https://help.syncfusion.com/windowsforms/navigation-pane/border-settings |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.