Skip to main content

RatingItem.Geometry Property

Gets or sets the string object that defines the geometry of the rating item when it is unselected. 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 Geometry { get; set; }

Property Value

Type Description
String

A string object that defines the geometry of the rating item when it is unselected.

Remarks

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

See Also