Skip to main content

RatingItem.SelectionGeometry Property

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

public string SelectionGeometry { get; set; }

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