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