LineBackgroundSpanStandard Constructors

Definition

Overloads

LineBackgroundSpanStandard(Color)

Constructor taking a color integer.

LineBackgroundSpanStandard(Parcel)

Creates a LineBackgroundSpan.Standard from a parcel

LineBackgroundSpanStandard(IntPtr, JniHandleOwnership)

LineBackgroundSpanStandard(Color)

Constructor taking a color integer.

[Android.Runtime.Register(".ctor", "(I)V", "", ApiSince=29)]
public LineBackgroundSpanStandard (Android.Graphics.Color color);
[<Android.Runtime.Register(".ctor", "(I)V", "", ApiSince=29)>]
new Android.Text.Style.LineBackgroundSpanStandard : Android.Graphics.Color -> Android.Text.Style.LineBackgroundSpanStandard

Parameters

color
Color

Color integer that defines the background color.

Attributes

Remarks

Constructor taking a color integer.

Java documentation for android.text.style.LineBackgroundSpan.Standard.LineBackgroundSpan$Standard(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

LineBackgroundSpanStandard(Parcel)

Creates a LineBackgroundSpan.Standard from a parcel

[Android.Runtime.Register(".ctor", "(Landroid/os/Parcel;)V", "", ApiSince=29)]
public LineBackgroundSpanStandard (Android.OS.Parcel src);
[<Android.Runtime.Register(".ctor", "(Landroid/os/Parcel;)V", "", ApiSince=29)>]
new Android.Text.Style.LineBackgroundSpanStandard : Android.OS.Parcel -> Android.Text.Style.LineBackgroundSpanStandard

Parameters

src
Parcel
Attributes

Remarks

Creates a LineBackgroundSpan.Standard from a parcel

Java documentation for android.text.style.LineBackgroundSpan.Standard.LineBackgroundSpan$Standard(android.os.Parcel).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

LineBackgroundSpanStandard(IntPtr, JniHandleOwnership)

protected LineBackgroundSpanStandard (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Text.Style.LineBackgroundSpanStandard : nativeint * Android.Runtime.JniHandleOwnership -> Android.Text.Style.LineBackgroundSpanStandard

Parameters

javaReference
IntPtr

nativeint

Applies to