Xceed Toolkit Plus for WPF v4.6 Documentation
BubbleLocation Property


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > MaterialSlider Class : BubbleLocation Property

Gets or sets the location of the bubble.

Syntax
'Declaration
 
Public Property BubbleLocation As MaterialSliderBubbleLocationEnum
'Usage
 
Dim instance As MaterialSlider
Dim value As MaterialSliderBubbleLocationEnum
 
instance.BubbleLocation = value
 
value = instance.BubbleLocation
public MaterialSliderBubbleLocationEnum BubbleLocation {get; set;}

Property Value

MaterialSliderBubbleLocationEnum representing the location of the bubble. By default, Over.
Remarks
If the slider vertical, Over will place the bubble to the left of slider while Under will place it on the right.
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

Reference

MaterialSlider Class
MaterialSlider Members