windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemratingcontrol-d5d039ec.md
This property is obsolete. Use TextLocation property
Gets or sets the rating items’ alignment within the RatingControl.
Namespace : DevExpress.XtraEditors.Repository
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("This property is obsolete. Use TextLocation property")]
public virtual HorzAlignment RatingAlignment { get; set; }
<Obsolete("This property is obsolete. Use TextLocation property")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Property RatingAlignment As HorzAlignment
| Type | Description |
|---|---|
| HorzAlignment |
A HorzAlignment enumerator value that specifies the rating items’ alignment within the RatingControl.
|
Available values:
| Name | Description |
|---|---|
| Default |
Places an object or text at the default position, which is determined by a control.
| | Near |
Places an object/text at a near position.
| | Center |
Centers an object or text within a region.
| | Far |
Places an object/text at a far position.
|
When the RatingControl is sized manually (set the RepositoryItemRatingControl.AutoSize property to false to do so), use the RatingAlignment property to align rating items within this control. You can also use the RatingAlignment property to position rating items related to the control’s text (the RatingControl.Text property).
See Also
RepositoryItemRatingControl Class