Xceed Toolkit Plus for WPF v4.6 Documentation
ThumbRightContent Property


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > ToggleSwitch Class : ThumbRightContent Property
Gets or sets the content that is displayed on the Thumb button when it is located on the right side of the ToggleSwitch.
Syntax
'Declaration
 
Public Property ThumbRightContent As Object
'Usage
 
Dim instance As ToggleSwitch
Dim value As Object
 
instance.ThumbRightContent = value
 
value = instance.ThumbRightContent
public object ThumbRightContent {get; set;}

Property Value

An object representing the content that is displayed on the Thumb button when it is located on the right side of the ToggleSwitch.
Requirements

See Also

Reference

ToggleSwitch Class
ToggleSwitch Members