Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NTooltip Class / Position Property


In This Topic
    Position Property (NTooltip)
    In This Topic
    Gets or sets the position of the tooltip relative to the virtual cursor rectangle defined by the current mouse position and the HotSpotPadding property. By default set to BottomAlignLeft.
    Syntax
    'Declaration
     
    
    Public Property Position As ENTooltipPosition
    'Usage
     
    
    Dim instance As NTooltip
    Dim value As ENTooltipPosition
     
    instance.Position = value
     
    value = instance.Position
    public ENTooltipPosition Position {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