Nevron .NET Vision
Nevron.Chart.WinForm Namespace / NChartGridControl Class / Dock Property


In This Topic
    Dock Property (NChartGridControl)
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatLayout")>
    <System.ComponentModel.LocalizableAttribute(True)>
    <System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.Repaint)>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <SRDescriptionAttribute("ControlDockDescr")>
    Public Overridable Property Dock As System.Windows.Forms.DockStyle
    'Usage
     
    
    Dim instance As NChartGridControl
    Dim value As System.Windows.Forms.DockStyle
     
    instance.Dock = value
     
    value = instance.Dock
    [SRCategory("CatLayout")]
    [System.ComponentModel.Localizable(true)]
    [System.ComponentModel.RefreshProperties(RefreshProperties.Repaint)]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [SRDescription("ControlDockDescr")]
    public virtual System.Windows.Forms.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