March 7, 2014
ToggleSwitch inherits directly from System.Windows.Control. The dependency property IsOn determines whether a ToggleSwitch is on or off. Two bubbling routed events, ToggledOn and ToggledOff, provide notification when the value of IsOn changes. ToggleSwitch can be oriented either horizontally or vertically. Determined by the Orientation property. On/Off Content and the Header Properties OnContent and OffContent define […]