Skip to main content
A newer version of this page is available. .

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.v18.2.dll

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