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