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