Android.Text.DynamicLayout Class
DynamicLayout is a text layout that updates itself as the text is edited.

See Also: DynamicLayout Members

Syntax

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

Remarks

DynamicLayout is a text layout that updates itself as the text is edited.

This 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, or need to call 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