LineBackgroundSpanStandard Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
LineBackgroundSpanStandard(Color) |
Constructor taking a color integer. |
LineBackgroundSpanStandard(Parcel) |
Creates a |
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.
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
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
- transfer
- JniHandleOwnership