Layout.GetParagraphAlignment(Int32) 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.
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.