RatingItem Properties
Represents a rating item.| Name | Description |
|---|---|
| ActualSelectionGeometry | This member supports the internal infrastructure and is not intended to be used directly from your code. |
| Geometry | Gets or sets the string object that defines the geometry of the rating item when it is unselected. This is a dependency property. |
| HoverBackground | Gets or sets the brush that is used to highlight items that are about to be selected when the end-users hovers over them. This is a dependency property. |
| HoverClipRect | This member supports the internal infrastructure and is not intended to be used directly from your code. |
| HoverGeometry | Gets or sets the string object that defines the geometry that is used to highlight items that are about to be selected when the end-users hovers over them. This is a dependency property. |
| HoverValue | Gets or sets the current hover value of the RatingItem. This is a dependency property. |
| Orientation | Gets or sets the orientation of the item. This is a dependency property. |
| SelectedBackground | Gets or sets a brush used to draw a background for the selected items (stars). This is a dependency property. |
| SelectionClipRect | This member supports the internal infrastructure and is not intended to be used directly from your code. |
| SelectionGeometry | Gets or sets the string object that defines the geometry of the rating item when it is selected. This is a dependency property. |
| Stretch | Gets or sets the stretch mode. This is a dependency property. |
| Stroke | Gets or sets a brush used to paint the rating item outline. This is a dependency property. |
| StrokeThickness | Gets or sets the width of the diagram item outline. This is a dependency property. |
| Value | Gets or sets the current value of the RatingItem. This is a dependency property. |
See Also