Search
Slider.ThumbBackground Property
See Also
 





Gets or sets the background of the slider thumb. This is a dependency property.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public Brush ThumbBackground { get; set; }

Visual Basic  Copy Code

Public Property ThumbBackground As Brush

 Property Value

A WPF Brush object.

 See Also