Style.Setters Property
Definition
public:
property SetterBaseCollection ^ Setters { SetterBaseCollection ^ get(); };
SetterBaseCollection Setters();
public SetterBaseCollection Setters { get; }
Public ReadOnly Property Setters As SetterBaseCollection
<Style ...>
oneOrMoreSetters
</Style>
- or -
<Style>
<Style.Setters>
oneOrMoreSetters
</Style.Setters>
</Style>
Property Value
A collection of Setter objects. The default is an empty collection.