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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("This property is obsolete. Use TextLocation property")]
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).