Skip to main content

RepositoryItemPictureEdit.Padding Property

Gets or sets the amount of space, in pixels, between the control’s borders and its content.

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 object that contains inner indents between the control’s borders and its content.

See Also