'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.DescriptionAttribute("Gets or sets the dockstyle for the root container which is DockStyle.Fill by default.")> Public Property RootContainerDockStyle As System.Windows.Forms.DockStyle
'Usage
Dim instance As NDockManager Dim value As System.Windows.Forms.DockStyle instance.RootContainerDockStyle = value value = instance.RootContainerDockStyle
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Description("Gets or sets the dockstyle for the root container which is DockStyle.Fill by default.")] public System.Windows.Forms.DockStyle RootContainerDockStyle {get; set;}