RatingItem.SelectionGeometry Property
In This Article
Gets or sets the string object that defines the geometry of the rating item when it is selected. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Editors
Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Property Value
Type | Description |
---|---|
String | A string object that defines the geometry of the rating item when it is selected. |
#Remarks
To learn how the SelectionGeometry value is formatted, see the Path Markup Syntax MSDN document.
See Also