Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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