Skip to main content

SidePanel.GetBorderThickness() Method

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.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