Layout.IncreaseWidthTo(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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— 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.