Method HideProperty
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
HideProperty(DependencyProperty)
Hides the specified property (marks it as not browsable).
public static void HideProperty(DependencyProperty p)
Parameters
HideProperty(Type, string)
Hides the specified property (marks it as not browsable).
public static void HideProperty(Type type, string member)