Android.Text.Style Namespace
Provides classes used to view or change the style of a span of text in a View object.
Remarks
Provides classes used to view or change the style of a span of text in a View object. The classes with a subclass Standard are passed in to SpannableString.SetSpan(Object,Int32,Int32,Int32) or SpannableStringBuilder.SetSpan(Object,Int32,Int32,Int32) to add a new styled span to a string in a View object.

