Language

Layout.Builder.SetEllipsize(TextUtils+TruncateAt) Method

Definition

Set the ellipsizing type.

[Android.Runtime.Register("setEllipsize", "(Landroid/text/TextUtils$TruncateAt;)Landroid/text/Layout$Builder;", "", ApiSince=35)]
public Android.Text.Layout.Builder SetEllipsize(Android.Text.TextUtils.TruncateAt? ellipsize);
[<Android.Runtime.Register("setEllipsize", "(Landroid/text/TextUtils$TruncateAt;)Landroid/text/Layout$Builder;", "", ApiSince=35)>]
member this.SetEllipsize : Android.Text.TextUtils.TruncateAt -> Android.Text.Layout.Builder

Parameters

ellipsize
TextUtils.TruncateAt

type of the ellipsize. null for disabling ellipsize.

Returns

this builder instance.

Attributes

Remarks

Set the ellipsizing type. By setting null, the ellipsize is disabled. The default value is null.

Android reference for android.text.Layout.Builder.setEllipsize.

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