Articles in this section
Category / Section

How to change the border thickness of a float window in WinForms Docking Manager when Metro theme applied?

1 min read

Border Thickness

Border thickness of the Float window can be changed through MetroBorderWidth property of Docking Manager. Default value of this property is one. This property is applicable only if the visual style of the Docking Manager is Metro. The following code example explains the same,

C#

this.dockingManager1.MetroBorderWidth = 4;

 

VB

Me.dockingManager1.MetroBorderWidth = 4

 

Samples:

C#: https://www.syncfusion.com/downloads/support/directtrac/general/ze/MetroBorderWidth_CS-643574235.zip

VB: https://www.syncfusion.com/downloads/support/directtrac/general/ze/MetroBorderWidth_VB-1043354944.zip

 

UG document link: https://help.syncfusion.com/windowsforms/dockingmanager/floating-window#change-border-size-of-float-window

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied