BulletSpan 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
BulletSpan() |
Creates a |
BulletSpan(Parcel) |
Creates a |
BulletSpan(Int32) |
Creates a |
BulletSpan(Int32, Color) |
Creates a |
BulletSpan(IntPtr, JniHandleOwnership) |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
BulletSpan(Int32, Color, Int32) |
Creates a |
BulletSpan()
Creates a BulletSpan
with the default values.
[Android.Runtime.Register(".ctor", "()V", "")]
public BulletSpan ();
- Attributes
Remarks
Creates a BulletSpan
with the default values.
Java documentation for android.text.style.BulletSpan.BulletSpan()
.
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
BulletSpan(Parcel)
Creates a BulletSpan
from a parcel.
[Android.Runtime.Register(".ctor", "(Landroid/os/Parcel;)V", "")]
public BulletSpan (Android.OS.Parcel src);
[<Android.Runtime.Register(".ctor", "(Landroid/os/Parcel;)V", "")>]
new Android.Text.Style.BulletSpan : Android.OS.Parcel -> Android.Text.Style.BulletSpan
Parameters
- src
- Parcel
- Attributes
Remarks
Creates a BulletSpan
from a parcel.
Java documentation for android.text.style.BulletSpan.BulletSpan(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
BulletSpan(Int32)
Creates a BulletSpan
based on a gap width
[Android.Runtime.Register(".ctor", "(I)V", "")]
public BulletSpan (int gapWidth);
[<Android.Runtime.Register(".ctor", "(I)V", "")>]
new Android.Text.Style.BulletSpan : int -> Android.Text.Style.BulletSpan
Parameters
- gapWidth
- Int32
the distance, in pixels, between the bullet point and the paragraph.
- Attributes
Remarks
Creates a BulletSpan
based on a gap width
Java documentation for android.text.style.BulletSpan.BulletSpan(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
BulletSpan(Int32, Color)
Creates a BulletSpan
based on a gap width and a color integer.
[Android.Runtime.Register(".ctor", "(II)V", "")]
public BulletSpan (int gapWidth, Android.Graphics.Color color);
[<Android.Runtime.Register(".ctor", "(II)V", "")>]
new Android.Text.Style.BulletSpan : int * Android.Graphics.Color -> Android.Text.Style.BulletSpan
Parameters
- gapWidth
- Int32
the distance, in pixels, between the bullet point and the paragraph.
- color
- Color
the bullet point color, as a color integer
- Attributes
Remarks
Creates a BulletSpan
based on a gap width and a color integer.
Java documentation for android.text.style.BulletSpan.BulletSpan(int, 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
BulletSpan(IntPtr, JniHandleOwnership)
A constructor used when creating managed representations of JNI objects; called by the runtime.
protected BulletSpan (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Text.Style.BulletSpan : nativeint * Android.Runtime.JniHandleOwnership -> Android.Text.Style.BulletSpan
Parameters
- transfer
- JniHandleOwnership
A JniHandleOwnershipindicating how to handle javaReference
Remarks
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
BulletSpan(Int32, Color, Int32)
Creates a BulletSpan
based on a gap width and a color integer.
[Android.Runtime.Register(".ctor", "(III)V", "", ApiSince=28)]
public BulletSpan (int gapWidth, Android.Graphics.Color color, int bulletRadius);
[<Android.Runtime.Register(".ctor", "(III)V", "", ApiSince=28)>]
new Android.Text.Style.BulletSpan : int * Android.Graphics.Color * int -> Android.Text.Style.BulletSpan
Parameters
- gapWidth
- Int32
the distance, in pixels, between the bullet point and the paragraph.
- color
- Color
the bullet point color, as a color integer.
- bulletRadius
- Int32
the radius of the bullet point, in pixels.
- Attributes
Remarks
Creates a BulletSpan
based on a gap width and a color integer.
Java documentation for android.text.style.BulletSpan.BulletSpan(int, int, 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.