Android.Text.Style.ILeadingMarginSpan
A paragraph style affecting the leading margin.

See Also: ILeadingMarginSpan Members

Syntax

[Android.Runtime.Register("android/text/style/LeadingMarginSpan", "", "Android.Text.Style.ILeadingMarginSpanInvoker")]
public interface ILeadingMarginSpan : IParagraphStyle, IDisposable

Remarks

A paragraph style affecting the leading margin. There can be multiple leading margin spans on a single paragraph; they will be rendered in order, each adding its margin to the ones before it. The leading margin is on the right for lines in a right-to-left paragraph.

LeadingMarginSpans should be attached from the first character to the last character of a single paragraph.

[Android Documentation]

Requirements

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