Skip to main content

SeparatorControl.Padding Property

Gets or sets the amount of space around the separating line.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[DXCategory("Layout")]
public Padding Padding { get; set; }

Property Value

Type Description
Padding

A Padding structure that specifies the amount of space around the separating line.

See Also