Layout.GetParagraphAlignment(Int32) Method

Definition

Get the alignment of the specified paragraph, taking into account markup attached to it.

[Android.Runtime.Register("getParagraphAlignment", "(I)Landroid/text/Layout$Alignment;", "")]
public Android.Text.Layout.Alignment? GetParagraphAlignment (int line);
[<Android.Runtime.Register("getParagraphAlignment", "(I)Landroid/text/Layout$Alignment;", "")>]
member this.GetParagraphAlignment : int -> Android.Text.Layout.Alignment

Parameters

line
Int32

Returns

Attributes

Remarks

Java documentation for android.text.Layout.getParagraphAlignment(int).

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