SetNamingConventionPriority(string, int)
Changes the priority of a DependencyPropertyNamingConvention.
Declaration
public void SetNamingConventionPriority(string key, int priority)Parameters
| Type | Name | Description |
|---|---|---|
| string | key | The Name of the naming convention. |
| int | priority | The new priority of the naming convention. |