Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NCommandBar Class / FloatingAnchor Property


In This Topic
    FloatingAnchor Property
    In This Topic
    Gets or sets the floating anchor, which is a point in local coordinates of the floating window header and is used to align the dragged floating window to the current mouse position. Automatically updated by Nevron when the user starts dragging the floater and reset when the user starts dragging the command bar in the dock.
    Syntax
    'Declaration
     
    
    Public Property FloatingAnchor As NPoint
    'Usage
     
    
    Dim instance As NCommandBar
    Dim value As NPoint
     
    instance.FloatingAnchor = value
     
    value = instance.FloatingAnchor
    public NPoint FloatingAnchor {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