Back to Devexpress

SeparatorControl.Padding Property

windowsforms-devexpress-dot-xtraeditors-dot-separatorcontrol-c8102e35.md

latest1.3 KB
Original Source

SeparatorControl.Padding Property

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[DXCategory("Layout")]
public Padding Padding { get; set; }
vb
<DXCategory("Layout")>
Public Property Padding As Padding

Property Value

TypeDescription
Padding

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

|

See Also

SeparatorControl Class

SeparatorControl Members

DevExpress.XtraEditors Namespace