Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NHRuler Class / Lane Property


In This Topic
    Lane Property (NHRuler)
    In This Topic
    Gets the ruler lanes panel
    Syntax
    'Declaration
     
    
    Public Property Lane As NHRulerLane
    'Usage
     
    
    Dim instance As NHRuler
    Dim value As NHRulerLane
     
    instance.Lane = value
     
    value = instance.Lane
    public NHRulerLane Lane {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