LineBreaker.ParagraphConstraints.SetTabStops(Single[], Single) Method

Definition

Set tab stops for this paragraph.

[Android.Runtime.Register("setTabStops", "([FF)V", "GetSetTabStops_arrayFFHandler", ApiSince=29)]
public virtual void SetTabStops (float[]? tabStops, float defaultTabStop);
[<Android.Runtime.Register("setTabStops", "([FF)V", "GetSetTabStops_arrayFFHandler", ApiSince=29)>]
abstract member SetTabStops : single[] * single -> unit
override this.SetTabStops : single[] * single -> unit

Parameters

tabStops
Single[]

the array of pixels of tap stopping position

defaultTabStop
Single

pixels of the default tab stopping position

Attributes

Remarks

Set tab stops for this paragraph.

Java documentation for android.graphics.text.LineBreaker.ParagraphConstraints.setTabStops(float[], 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