Style.Setters Property

Definition

Gets a collection of Setter objects.

C#
public SetterBaseCollection Setters { get; }
XAML
<Style ...>
  oneOrMoreSetters
</Style>
- or -
<Style>
  <Style.Setters>
    oneOrMoreSetters
  </Style.Setters>
</Style>

Property Value

A collection of Setter objects. The default is an empty collection.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6