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