See Also: Style Members
The Xamarin.Forms.Style class has the following XAML properties:
| 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. |