HideProperty Method
HideProperty(DependencyProperty)
Hides the specified property (marks it as not browsable).
Declaration
public static void HideProperty(DependencyProperty p)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyProperty | p |
HideProperty(Type, String)
Hides the specified property (marks it as not browsable).
Declaration
public static void HideProperty(Type type, string member)
Parameters
Type | Name | Description |
---|---|---|
System.Type | type | |
System.String | member |