Layout.LineSpacingAmount Property

Definition

Returns the amount added to the line height.

public float LineSpacingAmount { [Android.Runtime.Register("getLineSpacingAmount", "()F", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getLineSpacingAmount", "()F", "", ApiSince=35)>]
member this.LineSpacingAmount : single

Property Value

the line height additional amount.

Attributes

Remarks

Returns the amount added to the line height.

Java documentation for android.text.Layout.getLineSpacingAmount().

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