Layout.Builder.SetRightIndents(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.
Set visually right indents in pixels per lines.
[Android.Runtime.Register("setRightIndents", "([I)Landroid/text/Layout$Builder;", "", ApiSince=35)]
public Android.Text.Layout.Builder SetRightIndents(int[]? rightIndents);
[<Android.Runtime.Register("setRightIndents", "([I)Landroid/text/Layout$Builder;", "", ApiSince=35)>]
member this.SetRightIndents : int[] -> Android.Text.Layout.Builder
Parameters
- rightIndents
- Int32[]
array of indents values for the right margins in pixels. This value may be null.
Returns
this builder instance.
- Attributes
Remarks
Set visually right indents in pixels per lines. For the lines past the last element in the array, the last element repeats. Passing null for disabling indents. Note that even with the RTL layout, this method reserve spacing at the visually right of the line. The default value is null.
Android reference for android.text.Layout.Builder.setRightIndents.
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.