Skip to main content

RepositoryItemSparklineEdit.Padding Property

Specifies the internal space between the editor’s content and its edge, in pixels.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
Padding

A Padding value.

See Also