Layout.IncreaseWidthTo(Int32) Method

Definition

Increase the width of this layout to the specified width.

[Android.Runtime.Register("increaseWidthTo", "(I)V", "")]
public void IncreaseWidthTo (int wid);
[<Android.Runtime.Register("increaseWidthTo", "(I)V", "")>]
member this.IncreaseWidthTo : int -> unit

Parameters

wid
Int32
Attributes

Remarks

Increase the width of this layout to the specified width. Be careful to use this only when you know it is appropriate&mdash; it does not cause the text to reflow to use the full new width.

Java documentation for android.text.Layout.increaseWidthTo(int).

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