Paint.FontMetrics.Leading Property

Definition

The recommended additional space to add between lines of text.

[Android.Runtime.Register("leading")]
public float Leading { get; set; }
[<Android.Runtime.Register("leading")>]
member this.Leading : single with get, set

Property Value

Attributes

Remarks

The recommended additional space to add between lines of text.

Java documentation for android.graphics.Paint.FontMetrics.leading.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to