Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NLayoutData Class / DockArea Property


In This Topic
    DockArea Property (NLayoutData)
    In This Topic
    Gets or sets the dock area of the shape. The Dock layout uses this value to determine the area to which to dock the shape. Applicable to 2D shapes only. By default set to Top.
    Syntax
    'Declaration
     
    
    Public Property DockArea As ENDockArea
    'Usage
     
    
    Dim instance As NLayoutData
    Dim value As ENDockArea
     
    instance.DockArea = value
     
    value = instance.DockArea
    public ENDockArea DockArea {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also