Gets or sets a value specifying the shape of the individual rating elements. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public RatingShape Shape { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Shape As RatingShape |
A member of the RatingShape enumeration.
See Also