Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

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

#Declaration

public static int ThickBorderWidth { get; set; }

#Property Value

Type Description
Int32

The border thickness.

#Remarks

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

See Also