'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Overrides Property Dock As System.Windows.Forms.DockStyle
'Usage
Dim instance As NDockingToolbar Dim value As System.Windows.Forms.DockStyle instance.Dock = value value = instance.Dock
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public override System.Windows.Forms.DockStyle Dock {get; set;}