Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / MaterialSlider Class / Mode Property


Mode Property (MaterialSlider)
Gets or sets the slider's mode.
Syntax
'Declaration
 
Public Property Mode As MaterialSliderModeEnum
 
'Usage
 
Dim instance As MaterialSlider
Dim value As MaterialSliderModeEnum
 
instance.Mode = value
 
value = instance.Mode

Property Value

MaterialSliderModeEnum representing the slider's mode. It can be WithBubble (showing a bubble with the current value as its content when focused) or ThumbResize (showing a bigger thumb when focused). By default, WithBubble.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also