Click or drag to resize
StyleSetters Property
Gets a collection of Setter objects. Returns a collection of Setter objects. The default is an empty collection.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public SetterBaseCollection Setters { get; set; }

Property Value

Type: SetterBaseCollection
See Also