Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1DockPanel Class
Members

In This Topic
    C1DockPanel Class
    In This Topic
    Defines an area where you can arrange child elements either horizontally or vertically, relative to each other.
    Object Model
    C1DockPanel Class
    Syntax
    'Declaration
     
    
    <C1ControlAttribute(False)>
    <LocalizabilityAttribute(LocalizationCategory.Ignore)>
    <ContentPropertyAttribute("Children")>
    <RuntimeNamePropertyAttribute("Name")>
    <UsableDuringInitializationAttribute(True)>
    <XmlLangPropertyAttribute("Language")>
    <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
    <UidPropertyAttribute("Uid")>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class C1DockPanel 
       Inherits System.Windows.Controls.Panel
    [C1Control(false)]
    [Localizability(LocalizationCategory.Ignore)]
    [ContentProperty("Children")]
    [RuntimeNameProperty("Name")]
    [UsableDuringInitialization(true)]
    [XmlLangProperty("Language")]
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [UidProperty("Uid")]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class C1DockPanel : System.Windows.Controls.Panel 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Panel
                         C1.WPF.Core.C1DockPanel

    See Also