共用方式為


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
屬性

備註

表示平衡換行之中斷策略的值。

換行符會執行整個段落優化,讓所有行都類似長度,並視需要套用自動斷字。 此中斷策略適用於小型螢幕裝置,例如監看式螢幕。

android.graphics.text.LineBreaker.BREAK_STRATEGY_BALANCEDJava 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於