AddCategory Method
AddCategory(DependencyProperty, String)
Declaration
public static void AddCategory(DependencyProperty p, string category)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyProperty | p | |
System.String | category |
AddCategory(Type, String, String)
Declaration
public static void AddCategory(Type type, string property, string category)
Parameters
Type | Name | Description |
---|---|---|
System.Type | type | |
System.String | property | |
System.String | category |