ScrollingMovementMethod.Left(TextView, ISpannable) Method

Definition

Performs a left movement action.

[Android.Runtime.Register("left", "(Landroid/widget/TextView;Landroid/text/Spannable;)Z", "GetLeft_Landroid_widget_TextView_Landroid_text_Spannable_Handler")]
protected override bool Left (Android.Widget.TextView? widget, Android.Text.ISpannable? buffer);
[<Android.Runtime.Register("left", "(Landroid/widget/TextView;Landroid/text/Spannable;)Z", "GetLeft_Landroid_widget_TextView_Landroid_text_Spannable_Handler")>]
override this.Left : Android.Widget.TextView * Android.Text.ISpannable -> bool

Parameters

widget
TextView

The text view.

buffer
ISpannable

The text buffer.

Returns

Attributes

Remarks

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