RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1Table Class / LineHeight Property

In This Topic
    LineHeight Property (C1Table)
    In This Topic
    Gets or sets a number that is multiplied by the computed height of a line to obtain the final height.
    Syntax
    'Declaration
     
    
    Public Property LineHeight As Double
    public double LineHeight {get; set;}
    See Also