Layout.EllipsizedWidth Property

Definition

Return the width to which this Layout is ellipsizing, or #getWidth if it is not doing anything special.

public virtual int EllipsizedWidth { [Android.Runtime.Register("getEllipsizedWidth", "()I", "GetGetEllipsizedWidthHandler")] get; }
[<get: Android.Runtime.Register("getEllipsizedWidth", "()I", "GetGetEllipsizedWidthHandler")>]
member this.EllipsizedWidth : int

Property Value

Attributes

Remarks

Return the width to which this Layout is ellipsizing, or #getWidth if it is not doing anything special.

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

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