'Declaration <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <CategoryAttribute("Xceed CommandBar")> <DescriptionAttribute("Gets or sets the DockStyle for the control. Currently supported dock styles are DockStyle.Top and DockStyle.Bottom.")> Public Shadows Property Dock As DockStyle
'Usage Dim instance As CommandBar Dim value As DockStyle instance.Dock = value value = instance.Dock
[DefaultValue(Mono.Cecil.CustomAttributeArgument)] [Category("Xceed CommandBar")] [Description("Gets or sets the DockStyle for the control. Currently supported dock styles are DockStyle.Top and DockStyle.Bottom.")] public new DockStyle Dock {get; set;}