Nevron.Nov.Grid Namespace / ENCellViewVerticalAlignment Enumeration
In This Topic
    ENCellViewVerticalAlignment Enumeration
    In This Topic
    Enumerates the possible vertical alignments of the cells views inside the cell.
    Syntax
    public enum ENCellViewVerticalAlignment : System.Enum 
    Members
    MemberDescription
    AutomaticThe format uses a value specific alignment that is appropriate for the current value.
    BottomThe view is bottom aligned
    CenterThe view is middle aligned
    FitThe view is made to fill the data cell vertically.
    TopThe view is top aligned
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Grid.ENCellViewVerticalAlignment

    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