public enum ENLineHeightMode : System.Enum
public enum ENLineHeightMode : System.Enum
Member | Description |
---|---|
AtLeast | The line height is the maximum value between the LineHeight property and the max character height contained on the line. |
Exactly | The line height is the value of the LineHeight property. |
Multiple | The line height is computed as a multiple of the max character height and the LineGapFactor property. |
System.Object
System.ValueType
System.Enum
Nevron.Nov.Text.ENLineHeightMode
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)