Selection.MoveToParagraphStart(ISpannable, Layout) 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.
Move the cusrot to the closest paragraph start offset.
[Android.Runtime.Register("moveToParagraphStart", "(Landroid/text/Spannable;Landroid/text/Layout;)Z", "", ApiSince=34)]
public static bool MoveToParagraphStart (Android.Text.ISpannable text, Android.Text.Layout layout);
[<Android.Runtime.Register("moveToParagraphStart", "(Landroid/text/Spannable;Landroid/text/Layout;)Z", "", ApiSince=34)>]
static member MoveToParagraphStart : Android.Text.ISpannable * Android.Text.Layout -> bool
Parameters
- text
- ISpannable
the spannable text
- layout
- Layout
layout to be used for drawing.
Returns
true if the cursor is moved, otherwise false.
- Attributes
Remarks
Move the cusrot to the closest paragraph start offset.
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.