Android.Text.BoringLayout Class
A BoringLayout is a very simple Layout implementation for text that fits on a single line and is all left-to-right characters.

See Also: BoringLayout Members

Syntax

[Android.Runtime.Register("android/text/BoringLayout", DoNotGenerateAcw=true)]
public class BoringLayout : Layout, TextUtils.IEllipsizeCallback, IDisposable

Remarks

A BoringLayout is a very simple Layout implementation for text that fits on a single line and is all left-to-right characters. You will probably never want to make one of these yourself; if you do, be sure to call BoringLayout.IsBoring(Java.Lang.ICharSequence, Android.Text.TextPaint) first to make sure the text meets the criteria.

This class is used by widgets to control text layout. You should not need to use this class directly unless you are implementing your own widget or custom display object, in which case you are encouraged to use a Layout instead of calling Android.Graphics.Canvas.DrawText(Java.Lang.ICharSequence, System.Int32, System.Int32, System.Int32, System.Int32, System.Int32) directly.

[Android Documentation]

Requirements

Namespace: Android.Text
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1