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