Back to Devexpress

RepositoryItemRatingControl.RatingAlignment Property

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

latest2.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("This property is obsolete. Use TextLocation property")]
public virtual HorzAlignment RatingAlignment { get; set; }
vb
<Obsolete("This property is obsolete. Use TextLocation property")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Property RatingAlignment As HorzAlignment

Property Value

TypeDescription
HorzAlignment

A HorzAlignment enumerator value that specifies the rating items’ alignment within the RatingControl.

|

Available values:

NameDescription
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

AutoSize

Text

RepositoryItemRatingControl Class

RepositoryItemRatingControl Members

DevExpress.XtraEditors.Repository Namespace