Share via


SettersExtensions Class

Definition

Extension methods for working with Setter collections.

public ref class SettersExtensions abstract sealed
public static class SettersExtensions
type SettersExtensions = class
Public Module SettersExtensions
Inheritance
SettersExtensions

Remarks

Methods

Name Description
Add(IList<Setter>, BindableProperty, Object)

Adds a Setter with the specified property and value to the collection.

AddBinding(IList<Setter>, BindableProperty, Binding)

Adds a Setter with the specified property and binding to the collection.

AddDynamicResource(IList<Setter>, BindableProperty, String)

Adds a Setter with the specified property and dynamic resource key to the collection.

Applies to