SettersExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |