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

RepositoryItemRatingControl.RatingAlignment Property

OBSOLETE

This property is obsolete. Use TextLocation property

Gets or sets the rating items’ alignment within the RatingControl.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[Obsolete("This property is obsolete. Use TextLocation property")]
[Browsable(false)]
public virtual HorzAlignment RatingAlignment { get; set; }

Property Value

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.

Remarks

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