Język

TextAppearanceInfo.Builder.SetTextScaleX(Single) Method

Definition

Set the extent by which text should be stretched horizontally.

[Android.Runtime.Register("setTextScaleX", "(F)Landroid/view/inputmethod/TextAppearanceInfo$Builder;", "", ApiSince=34)]
public Android.Views.InputMethods.TextAppearanceInfo.Builder SetTextScaleX(float textScaleX);
[<Android.Runtime.Register("setTextScaleX", "(F)Landroid/view/inputmethod/TextAppearanceInfo$Builder;", "", ApiSince=34)>]
member this.SetTextScaleX : single -> Android.Views.InputMethods.TextAppearanceInfo.Builder

Parameters

textScaleX
Single

Returns

Attributes

Remarks

Set the extent by which text should be stretched horizontally.

Android reference for android.view.inputmethod.TextAppearanceInfo.Builder.setTextScaleX.

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