windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemratingcontrol-baf09fb3.md
Gets or sets whether partly checked glyphs are enabled.
Namespace : DevExpress.XtraEditors.Repository
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(RatingItemFillPrecision.Full)]
[DXCategory("Appearance")]
public RatingItemFillPrecision FillPrecision { get; set; }
<DXCategory("Appearance")>
<DefaultValue(RatingItemFillPrecision.Full)>
Public Property FillPrecision As RatingItemFillPrecision
| Type | Default | Description |
|---|---|---|
| DevExpress.XtraEditors.RatingItemFillPrecision | Full |
A value that specifies the rating precision.
|
The FillPrecision property specifies how end-users can set the rating using the mouse pointer, and how glyphs (RepositoryItemRatingControl.Glyph, RepositoryItemRatingControl.HoverGlyph and RepositoryItemRatingControl.CheckedGlyph) are checked. The RepositoryItemRatingControl class supports three precision types:
See Also
RepositoryItemRatingControl Class