Skip to main content

RatingItem Members

Represents a rating item.

Constructors

Name Description
RatingItem() Initializes a new instance of the RatingItem class with default settings.

Fields

Name Description
ActualSelectionGeometryProperty static Identifies the RatingItem.ActualSelectionGeometry dependency property.
GeometryProperty static Identifies the RatingItem.Geometry dependency property.
HoverBackgroundProperty static Identifies the RatingItem.HoverBackground dependency property.
HoverClipRectProperty static Identifies the RatingItem.HoverClipRect dependency property.
HoverGeometryProperty static Identifies the RatingItem.HoverGeometry dependency property.
HoverValueProperty static Identifies the RatingItem.HoverValue dependency property.
OrientationProperty static Identifies the RatingItem.Orientation dependency property.
SelectedBackgroundProperty static Identifies the RatingItem.SelectedBackground dependency property.
SelectionClipRectProperty static Identifies the RatingItem.SelectionClipRect dependency property.
SelectionGeometryProperty static Identifies the RatingItem.SelectionGeometry dependency property.
StretchProperty static Identifies the RatingItem.Stretch dependency property.
StrokeProperty static Identifies the RatingItem.Stroke dependency property.
StrokeThicknessProperty static Identifies the RatingItem.StrokeThickness dependency property.
ValueProperty static Identifies the RatingItem.Value dependency property.

Properties

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.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also