Font.ExternalLeading Property

Gets an external leading of the current font.

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

Syntax

C#
public float ExternalLeading { get; }

Property Value

The 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