다음을 통해 공유


LineBreakConfig.HyphenationDisabled Field

Definition

Caution

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

The hyphenation is disabled.

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

Field Value

Value = 0

Implements

Attributes

Remarks

The hyphenation is disabled.

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

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