다음을 통해 공유


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 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상