Gets or sets the background of the increment and decrement buttons. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush ButtonBackground { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ButtonBackground As Brush |
A WPF Brush property.
See Also