Compartilhar via


LineBreakConfig.LineBreakStyleStrict Campo

Definição

Cuidado

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

As regras de quebra de linha mais rígidas são usadas para quebra de linha.

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

Valor do campo

Value = 3

Implementações

Atributos

Comentários

As regras de quebra de linha mais rígidas são usadas para quebra de linha.

Documentação Java para android.graphics.text.LineBreakConfig.LINE_BREAK_STYLE_STRICT.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a