Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NBlock Class / LineHeight Property


In This Topic
    LineHeight Property (NBlock)
    In This Topic
    Gets or sets the line height in DIPs.
    Syntax
    'Declaration
     
    
    Public Property LineHeight As System.Double
    'Usage
     
    
    Dim instance As NBlock
    Dim value As System.Double
     
    instance.LineHeight = value
     
    value = instance.LineHeight
    public System.double LineHeight {get; set;}
    Remarks
    Has effect only when the current line height Mode is set to AtLeast or Exactly.
    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