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