Share via


LineBreaker.ParagraphConstraints.Width Property

Definition

Return the width for this paragraph in pixels. -or- Set width for this paragraph.

public virtual float Width { [Android.Runtime.Register("getWidth", "()F", "GetGetWidthHandler", ApiSince=29)] get; [Android.Runtime.Register("setWidth", "(F)V", "GetSetWidth_FHandler", ApiSince=29)] set; }
[<get: Android.Runtime.Register("getWidth", "()F", "GetGetWidthHandler", ApiSince=29)>]
[<set: Android.Runtime.Register("setWidth", "(F)V", "GetSetWidth_FHandler", ApiSince=29)>]
member this.Width : single with get, set

Property Value

Attributes

Remarks

Property getter documentation:

Return the width for this paragraph in pixels.

Java documentation for android.graphics.text.LineBreaker.ParagraphConstraints.getWidth().

Property setter documentation:

Set width for this paragraph.

Java documentation for android.graphics.text.LineBreaker.ParagraphConstraints.setWidth(float).

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