ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / FontMetric Structure / ExternalLeading Field

In This Topic
    ExternalLeading Field
    In This Topic
    Specifies the amount of extra leading (space) that the application adds between rows. Since this area is outside the font, it contains no marks and is not altered by text output calls in either OPAQUE or TRANSPARENT mode. The designer may set this member to zero.
    Syntax
    'Declaration
     
    
    Public ExternalLeading As Integer
    public int ExternalLeading
    See Also