Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Style Class / LineHeight Property

In This Topic
    LineHeight Property
    In This Topic
    Gets or sets the height of a line of text.

    Default: null, renderer determines line height based on font size.

    Min: 1 pt. Max: 1000 pt.
    Syntax
    'Declaration
     
    Public Property LineHeight As RdlSize
    public RdlSize LineHeight {get; set;}
    See Also