'Declaration <DescriptionAttribute("The style with which the tool-window tabs and dock-hints are drawn.")> <CategoryAttribute("Appearance")> Public Property Style As RenderStyle
'Usage Dim instance As DockLayoutManager Dim value As RenderStyle instance.Style = value value = instance.Style
[Description("The style with which the tool-window tabs and dock-hints are drawn.")] [Category("Appearance")] public RenderStyle Style {get; set;}