Skip to main content
A newer version of this page is available. .

SidePanel.GetBorderThickness() Method

Gets or sets the actual SidePanel border thickness scaled according to the current DPI settings.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v22.1.dll

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

Declaration

public int GetBorderThickness()

Returns

Type Description
Int32

An Int32 value that specifies the SidePanel border thickness.

See Also