TextMetrics.ExternalLeading Property

Definition

Gets or sets the amount of extra leading that the application adds between rows.

public:
 property int ExternalLeading { int get(); void set(int value); };
public int ExternalLeading { get; set; }
member this.ExternalLeading : int with get, set
Public Property ExternalLeading As Integer

Property Value

The amount of extra leading (space) required between rows.

Remarks

Because the leading area is outside the font, it contains no marks and is not altered by text output calls in either opaque or transparent mode.

Applies to