'Declaration Public Property ThumbStyle As Style
'Usage Dim instance As ToggleSwitch Dim value As Style instance.ThumbStyle = value value = instance.ThumbStyle
public Style ThumbStyle {get; set;}
Property Value
The style to use for the thumb in the ToggleSwitch control.
When a null reference (Nothing in Visual Basic), the ThumbLeftContent, ThumbRightContent, ThumbForeground, ThumbBackground, ThumbBorderBrush, ThumbBorderThickness, ThumbHoverBackground,
ThumbHoverBorderBrush, ThumbPressedBackground, and ThumbPressedBorderBrush properties will be used.