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