Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NPairBoxPropertyEditor Class / BoxesRelation Property


In This Topic
    BoxesRelation Property (NPairBoxPropertyEditor)
    In This Topic
    Gets or sets the relation between the label and the value control in the pair box. By default set to ENPairBoxRelation.Box1BeforeBox2.
    Syntax
    'Declaration
     
    
    Public Property BoxesRelation As ENPairBoxRelation
    'Usage
     
    
    Dim instance As NPairBoxPropertyEditor
    Dim value As ENPairBoxRelation
     
    instance.BoxesRelation = value
     
    value = instance.BoxesRelation
    public ENPairBoxRelation BoxesRelation {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