Xceed Toolkit Plus for WPF v4.6 Documentation
ThumbResizeScaleFactor Property


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

Gets or sets the scale factor to use for the thumb when its Mode property is set to ThumbResize.

Syntax
'Declaration
 
Public Property ThumbResizeScaleFactor As Double
'Usage
 
Dim instance As MaterialSlider
Dim value As Double
 
instance.ThumbResizeScaleFactor = value
 
value = instance.ThumbResizeScaleFactor
public double ThumbResizeScaleFactor {get; set;}

Property Value

A value representing the scale factor to use for the thumb when its Mode is set to ThumbResize. By default, 1.75d.
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