Gets or sets a string specifying a custom shape for the rating elements. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public string ShapeData { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShapeData As String |
A string value defining the shape outline using the standard XAML syntax.
See Also