Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.UIControls.v4.4 Assembly / Xceed.Chart.UIControls Namespace / CommandBar Class / Dock Property


In This Topic
    Dock Property
    In This Topic
    Gets or sets the DockStyle for the control. Currently supported dock styles are DockStyle.Top and DockStyle.Bottom.
    Syntax
    '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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also