Xamarin.Forms.Core 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Object Xamarin.Forms.ContentProperty("Setters") Class that contains triggers, setters, and behaviors that completely or partially define the appearance and behavior of a class of visual elements. XAML for Xamarin.Forms supports the following properties for the class: Property Value BasedOn A StaticResource markup extension that names the style on which this style is based. BaseResourceKey A resource dictionary key that names a dynamic base style. Behaviors Markup for the behaviors that are associated with the style. Setters A list of setters containing Property and Value elements or attributes. TargetType The name of the type that the style is intended for. Triggers A list of triggers. Constructor 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.TypeConverter(typeof(Xamarin.Forms.TypeTypeConverter)) To be added. Intitializes a new instance. To be added. Property 2.0.0.0 System.Boolean Gets or sets a Boolean value that controls whether the style should be applied to controls that are derived from the base type. To be added. To be added. Property 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.Style The on which this is based. To be added. The supports a mechanism in XAML that is similar to inheritance in C#. Property 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.String Gets or sets the key that identifies the on which this is based. To be added. To be added. Property 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Collections.Generic.IList<Xamarin.Forms.Behavior> Gets the list of objects that belong to this . To be added. To be added. Property 2.0.0.0 System.Boolean Gets or sets a Boolean value that controls whether the style should cascade to controls that are children (in the visual hierarchy) of the parent type. To be added. To be added. Property 2.0.0.0 System.String Gets or sets the class for the style. To be added. To be added. Property 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Collections.Generic.IList<Xamarin.Forms.Setter> Gets the list of objects that belong to this . To be added. To be added. Property 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Type Gets the type of object that this style can describe. See Remarks. To be added.

Developers should be aware that implicit styles are only applied to the specific type that is described by , and not to types that inherit from it.

Property 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Collections.Generic.IList<Xamarin.Forms.TriggerBase> Gets the list of objects that belong to this . To be added. To be added.