Back to Devexpress

RepositoryItemRatingControl.TextToRatingIndent Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemratingcontrol-4299ee82.md

latest1.8 KB
Original Source

RepositoryItemRatingControl.TextToRatingIndent Property

Gets or sets the distance between the RatingControl‘s rating items and this control’s text.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(3)]
[DXCategory("Appearance")]
public int TextToRatingIndent { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(3)>
Public Property TextToRatingIndent As Integer

Property Value

TypeDefaultDescription
Int323

An Int32 value that specifies the distance between the RatingControl‘s rating items and this control’s text.

|

Remarks

To set a text for the RatingControl use the RatingControl.Text property.

See Also

Text

RepositoryItemRatingControl Class

RepositoryItemRatingControl Members

DevExpress.XtraEditors.Repository Namespace