ElementViewModel.PropertiesShown Property
Gets or sets the value indicating if this element's Properties are shown in the view.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Property PropertiesShown As Boolean
public bool PropertiesShown { get; set; }
public:
property bool PropertiesShown {
bool get ();
void set (bool value);
}
public function get PropertiesShown () : boolean
public function set PropertiesShown (value : boolean)
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace