Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 764 Bytes

style_setters.md

File metadata and controls

40 lines (30 loc) · 764 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Style.Setters
winrt property

Microsoft.UI.Xaml.Style.Setters

-description

Gets a collection of Setter objects.

-xaml-syntax

<Style ...>
  oneOrMoreSetters
</Style>
- or -
<Style>
  <Style.Setters>
    oneOrMoreSetters
  </Style.Setters>
</Style>

-xaml-values

oneOrMoreSetters
oneOrMoreSettersOne or more object elements for objects that derive from SetterBase. Generally, these are Setter object elements.
## -property-value A collection of [Setter](setter.md) objects. The default is an empty collection.

-remarks

-examples

-see-also