The C1ToggleSwitch represents a switch that can be toggled between two states.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public class C1ToggleSwitch : CheckBox
Visual Basic
Public Class C1ToggleSwitch _
	Inherits CheckBox
XAML Object Element Usage
<C1ToggleSwitch .../>

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ContentControl
            System.Windows.Controls.Primitives..::..ButtonBase
              System.Windows.Controls.Primitives..::..ToggleButton
                System.Windows.Controls..::..CheckBox
                  C1.Phone..::..C1ToggleSwitch

See Also