Paint.StartHyphenEditNoEdit Field

Definition

An integer representing the starting of the line has no modification for hyphenation.

[Android.Runtime.Register("START_HYPHEN_EDIT_NO_EDIT", ApiSince=29)]
public const int StartHyphenEditNoEdit = 0;
[<Android.Runtime.Register("START_HYPHEN_EDIT_NO_EDIT", ApiSince=29)>]
val mutable StartHyphenEditNoEdit : int

Field Value

Value = 0
Attributes

Remarks

An integer representing the starting of the line has no modification for hyphenation.

Java documentation for android.graphics.Paint.START_HYPHEN_EDIT_NO_EDIT.

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