LineBreaker.ParagraphConstraints.SetIndent(Single, 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 indent for this paragraph.
[Android.Runtime.Register("setIndent", "(FI)V", "GetSetIndent_FIHandler", ApiSince=29)]
public virtual void SetIndent (float firstWidth, int firstWidthLineCount);
[<Android.Runtime.Register("setIndent", "(FI)V", "GetSetIndent_FIHandler", ApiSince=29)>]
abstract member SetIndent : single * int -> unit
override this.SetIndent : single * int -> unit
Parameters
- firstWidth
- Single
the line width of the starting of the paragraph
- firstWidthLineCount
- Int32
the number of lines that applies the firstWidth
- Attributes
Remarks
Set indent for this paragraph.
Java documentation for android.graphics.text.LineBreaker.ParagraphConstraints.setIndent(float, 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.