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