Share via


LineBreakConfig.LineBreakWordStyleNone Field

Definition

Caution

This constant will be removed in the future version. Use Android.Graphics.Text.LineBreakWordStyle enum directly instead of this field.

No line-break word style is used for line breaking.

[Android.Runtime.Register("LINE_BREAK_WORD_STYLE_NONE", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.Text.LineBreakWordStyle enum directly instead of this field.", true)]
public const Android.Graphics.Text.LineBreakWordStyle LineBreakWordStyleNone = 0;
[<Android.Runtime.Register("LINE_BREAK_WORD_STYLE_NONE", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.Text.LineBreakWordStyle enum directly instead of this field.", true)>]
val mutable LineBreakWordStyleNone : Android.Graphics.Text.LineBreakWordStyle

Field Value

Value = 0
Attributes

Remarks

No line-break word style is used for line breaking.

Java documentation for android.graphics.text.LineBreakConfig.LINE_BREAK_WORD_STYLE_NONE.

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