This documentation is for the old version. Go to the latest Graphics Mill docs

Font.ExternalLeading Property

Returns external leading of the current font.

Namespace: Aurigma.GraphicsMill.Drawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public ReadOnly Property ExternalLeading As Single
C#
public float ExternalLeading { get; }

Property Value

External leading of the current font.

Remarks

This value specifies the amount of extra leading (space) that the application adds between rows. The font designer may set this value to zero.

See Also

Reference