AddPopularProperty Method
AddPopularProperty(DependencyProperty)
Registers a popular property (shown first in the property grid).
Declaration
public static void AddPopularProperty(DependencyProperty p)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyProperty | p |
AddPopularProperty(Type, String)
Registers a popular property (shown first in the property grid).
Declaration
public static void AddPopularProperty(Type type, string member)
Parameters
Type | Name | Description |
---|---|---|
System.Type | type | |
System.String | member |