Paint.StartHyphenEditNoEdit Field
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.
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.