Nevron Open Vision Documentation
Nevron.Nov.Layout Namespace / ENVerticalPlacement Enumeration


In This Topic
    ENVerticalPlacement Enumeration
    In This Topic
    Defines the ways, in which content can be placed vertically within a content holder box.
    Syntax
    'Declaration
     
    
    Public Enum ENVerticalPlacement 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENVerticalPlacement
    public enum ENVerticalPlacement : System.Enum 
    Members
    MemberDescription
    BottomThe content is aligned to the bottom side of the content holder.
    CenterThe content is aligned to the center of the content holder.
    FitThe content is resized vertically to the respective content holder size.
    TopThe content is aligned to the top side of the content holder.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Layout.ENVerticalPlacement

    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