Gets or sets the brush 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 Brush RailInnerBorderBrush { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property RailInnerBorderBrush As Brush |
A WPF Brush property.
See Also