TextView.Layout Property

Definition

Gets the android.text.Layout that is currently being used to display the text.

public Android.Text.Layout? Layout { [Android.Runtime.Register("getLayout", "()Landroid/text/Layout;", "")] get; }
[<get: Android.Runtime.Register("getLayout", "()Landroid/text/Layout;", "")>]
member this.Layout : Android.Text.Layout

Property Value

The Layout that is currently being used to display the text.

Attributes

Remarks

Gets the android.text.Layout that is currently being used to display the text. This value can be null if the text or width has recently changed.

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

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