Android.Text.Style.ILeadingMarginSpanLeadingMarginSpan2
An extended version of Android.Text.Style.ILeadingMarginSpan, which allows the implementor to specify the number of lines of the paragraph to which this object is attached that the "first line of paragraph" margin width will be applied to.

See Also: ILeadingMarginSpanLeadingMarginSpan2 Members

Syntax

[Android.Runtime.Register("android/text/style/LeadingMarginSpan$LeadingMarginSpan2", "", "Android.Text.Style.ILeadingMarginSpanLeadingMarginSpan2Invoker")]
public interface ILeadingMarginSpanLeadingMarginSpan2 : ILeadingMarginSpan, IWrapTogetherSpan, IDisposable

Remarks

An extended version of Android.Text.Style.ILeadingMarginSpan, which allows the implementor to specify the number of lines of the paragraph to which this object is attached that the "first line of paragraph" margin width will be applied to.

There should only be one LeadingMarginSpan2 per paragraph. The leading margin line count affects all LeadingMarginSpans in the paragraph, adjusting the number of lines to which the first line margin is applied.

As with LeadingMarginSpans, LeadingMarginSpan2s should be attached from the beginning to the end of a 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 8