Xamarin.Forms.Core 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.View Xamarin.Forms.IElementConfiguration<Xamarin.Forms.Switch> Xamarin.Forms.RenderWith(typeof(Xamarin.Forms.Platform._SwitchRenderer)) A control that provides a toggled value. The following example describes a basic use. XAML for Xamarin.Forms supports the following properties for the class: Property Value IsToggled true or false, to indicate whether the switch has been toggled. Toggled The name of an event handler. Note that this tag must appear below IsToggled. Constructor 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Creates a new element with default values. To be added. Property 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Boolean Gets or sets a Boolean value that indicates whether this element is toggled. To be added. To be added. Field 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableProperty Backing store for the property. To be added. Method 2.0.0.0 Xamarin.Forms.IPlatformElementConfiguration<T,Xamarin.Forms.Switch> Xamarin.Forms.IConfigPlatform To be added. To be added. To be added. To be added. Event 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.EventHandler<Xamarin.Forms.ToggledEventArgs> Event that is raised when this is toggled. To be added.