CommandModel.Placement Property
The logical placement of the command.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Overridable Property Placement As CommandPlacement
public virtual CommandPlacement Placement { get; private set; }
public:
virtual property CommandPlacement Placement {
CommandPlacement get ();
void set (CommandPlacement value);
}
public function get Placement () : CommandPlacement
public function set Placement (value : CommandPlacement)
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace