次の方法で共有


LineBreaker.BreakStrategyBalanced フィールド

定義

注意事項

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

バランスの取れた改行を示すブレーク戦略の値。

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

フィールド値

Value = 2
属性

注釈

バランスの取れた改行を示すブレーク戦略の値。

ライン ブレーカーは、すべての行を同じ長さにするための段落全体の最適化を行い、必要に応じて自動ハイフネーションも適用します。 このブレーク戦略は、ウォッチ画面などの小さな画面デバイスに適しています。

の Java ドキュメントandroid.graphics.text.LineBreaker.BREAK_STRATEGY_BALANCED

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象