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

RepositoryItemRatingControl.Padding Property

Gets or sets this RatingControl‘s padding.

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

See Also