Android.Text.StaticLayout Class
StaticLayout is a Layout for text that will not be edited after it is laid out.

See Also: StaticLayout Members

Syntax

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

Remarks

StaticLayout is a Layout for text that will not be edited after it is laid out. Use Android.Text.DynamicLayout for text that may change.

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 would be tempted 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