TextView.Ellipsize Property

Definition

Returns where, if anywhere, words that are longer than the view is wide should be ellipsized. -or- Causes words in the text that are longer than the view's width to be ellipsized instead of broken in the middle.

public virtual Android.Text.TextUtils.TruncateAt? Ellipsize { [Android.Runtime.Register("getEllipsize", "()Landroid/text/TextUtils$TruncateAt;", "GetGetEllipsizeHandler")] get; [Android.Runtime.Register("setEllipsize", "(Landroid/text/TextUtils$TruncateAt;)V", "GetSetEllipsize_Landroid_text_TextUtils_TruncateAt_Handler")] set; }
[<get: Android.Runtime.Register("getEllipsize", "()Landroid/text/TextUtils$TruncateAt;", "GetGetEllipsizeHandler")>]
[<set: Android.Runtime.Register("setEllipsize", "(Landroid/text/TextUtils$TruncateAt;)V", "GetSetEllipsize_Landroid_text_TextUtils_TruncateAt_Handler")>]
member this.Ellipsize : Android.Text.TextUtils.TruncateAt with get, set

Property Value

Attributes

Remarks

Property getter documentation:

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

Property setter documentation:

Java documentation for android.widget.TextView.setEllipsize(android.text.TruncateAt).

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