Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NBorderEditor Class / ControlPlacement Property


In This Topic
    ControlPlacement Property
    In This Topic
    Gets or sets the horizontal placement of this editor's value control.
    Syntax
    'Declaration
     
    
    Public Property ControlPlacement As ENHorizontalPlacement
    'Usage
     
    
    Dim instance As NBorderEditor
    Dim value As ENHorizontalPlacement
     
    instance.ControlPlacement = value
     
    value = instance.ControlPlacement
    public ENHorizontalPlacement ControlPlacement {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