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


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

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

    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