Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / ToggleSwitch Class / ThumbLeftContent Property


In This Topic
    ThumbLeftContent Property
    In This Topic
    Gets or sets the content that is displayed on the Thumb button when it is located on the left side of the ToggleSwitch.
    Syntax
    'Declaration
     
    Public Property ThumbLeftContent As Object
    'Usage
     
    Dim instance As ToggleSwitch
    Dim value As Object
     
    instance.ThumbLeftContent = value
     
    value = instance.ThumbLeftContent
    public object ThumbLeftContent {get; set;}

    Property Value

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

    See Also