Gets or sets the default background brushes for the rating elements. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public RatingBrushCollection ShapeDefaultBackground { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShapeDefaultBackground As RatingBrushCollection |
A RatingBrushCollection object.
See Also