Back to Devexpress

RepositoryItemRatingControl.Padding Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemratingcontrol-a16adf98.md

latest1.4 KB
Original Source

RepositoryItemRatingControl.Padding Property

Gets or sets this RatingControl‘s padding.

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 structure that specifies the distance between the RatingControl borders and this control’s content.

|

See Also

RepositoryItemRatingControl Class

RepositoryItemRatingControl Members

DevExpress.XtraEditors.Repository Namespace