NevronOpenVision
Nevron.Nov.Text Namespace / ENLineHeightMode Enumeration
ENLineHeightMode Enumeration
Enumerates the line height modes.
Syntax
public enum ENLineHeightMode : System.Enum 
Members
MemberDescription
AtLeastThe line height is the maximum value between the LineHeight property and the max character height contained on the line.
ExactlyThe line height is the value of the LineHeight property.
MultipleThe line height is computed as a multiple of the max character height and the LineGapFactor property.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Nevron.Nov.Text.ENLineHeightMode

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