Skip to main content

RatingItem.HoverGeometry Property

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.

Namespace: DevExpress.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public string HoverGeometry { get; set; }

Property Value

Type Description
String

A string object that defines the geometry that is displayed on hovering over the rating item.

Remarks

To learn how the HoverGeometry value is formatted, see the Path Markup Syntax MSDN document.

See Also