Back to Devexpress

RepositoryItemPictureEdit.Padding Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitempictureedit-667cd70c.md

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Padding

A Padding object that contains inner indents between the control’s borders and its content.

|

See Also

RepositoryItemPictureEdit Class

RepositoryItemPictureEdit Members

DevExpress.XtraEditors.Repository Namespace