Share via


ElementModelContainer Class

Contains an ElementViewModel providing hookup for keyboard acceleration and default layout and visualization.
This is used by the design-time infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Controls
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
<TemplatePartAttribute(Name := "PART_Adorner", Type := GetType(Border))> _
Public Class ElementModelContainer _
    Inherits ContentControl
[TemplatePartAttribute(Name = "PART_Adorner", Type = typeof(Border))]
public class ElementModelContainer : ContentControl
[TemplatePartAttribute(Name = L"PART_Adorner", Type = typeof(Border))]
public ref class ElementModelContainer : public ContentControl
public class ElementModelContainer extends ContentControl

Inheritance Hierarchy

System.Object
  System.Windows.Threading.DispatcherObject
    System.Windows.DependencyObject
      System.Windows.Media.Visual
        System.Windows.UIElement
          System.Windows.FrameworkElement
            System.Windows.Controls.Control
              System.Windows.Controls.ContentControl
                Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Controls.ElementModelContainer

See Also

ElementModelContainer Members

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Controls Namespace