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


In This Topic
    LanePosition Property
    In This Topic
    Gets or sets the preferred position of the bar inside the lane. It is specified relatively to the content area of the lane.
    Syntax
    'Declaration
     
    
    Public Property LanePosition As NCommandBarLanePosition
    'Usage
     
    
    Dim instance As NCommandBar
    Dim value As NCommandBarLanePosition
     
    instance.LanePosition = value
     
    value = instance.LanePosition
    public NCommandBarLanePosition LanePosition {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