Back to Devexpress

WindowsFormsSettings.ThickBorderWidth Property

windowsforms-devexpress-dot-xtraeditors-dot-windowsformssettings-731112f1.md

latest1.9 KB
Original Source

WindowsFormsSettings.ThickBorderWidth Property

Gets or sets the width of XtraForm and RibbonForm “thick” borders. Forms use thick borders when you enable the WindowsFormsSettings.FormThickBorder and\or WindowsFormsSettings.MdiFormThickBorder properties.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public static int ThickBorderWidth { get; set; }
vb
Public Shared Property ThickBorderWidth As Integer

Property Value

TypeDescription
Int32

The border thickness.

|

Remarks

See the WindowsFormsSettings.FormThickBorder and\or WindowsFormsSettings.MdiFormThickBorder properties for more information.

Note

The ThickBorderWidth option is in effect if the form’s FormBorderStyle property is set to FormBorderStyle.SizableToolWindow or FormBorderStyle.Sizable.

See Also

WindowsFormsSettings Class

WindowsFormsSettings Members

DevExpress.XtraEditors Namespace