TextView.LineSpacingExtra Property

Definition

Gets the line spacing extra space

public virtual float LineSpacingExtra { [Android.Runtime.Register("getLineSpacingExtra", "()F", "GetGetLineSpacingExtraHandler")] get; }
[<get: Android.Runtime.Register("getLineSpacingExtra", "()F", "GetGetLineSpacingExtraHandler")>]
member this.LineSpacingExtra : single

Property Value

the extra space that is added to the height of each lines of this TextView.

Attributes

Remarks

Gets the line spacing extra space

Java documentation for android.widget.TextView.getLineSpacingExtra().

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

See also