See Also: StaticLayout Members
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.