NevronOpenVision
Nevron.Nov.Grid Namespace / ENDataCellViewVerticalAlignment Enumeration
ENDataCellViewVerticalAlignment Enumeration
Enumerates the possible vertical alignments of the data cells views inside the data cell.
Syntax
public enum ENDataCellViewVerticalAlignment : 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.ENDataCellViewVerticalAlignment

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