LineBreaker.ParagraphConstraints.SetTabStops(Single[], Single) 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.
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.
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.