AlignmentSpanStandard 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
AlignmentSpanStandard(Parcel) |
Constructs a |
AlignmentSpanStandard(Layout+Alignment) | |
AlignmentSpanStandard(IntPtr, JniHandleOwnership) |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
AlignmentSpanStandard(Parcel)
Constructs a Standard
from a parcel.
[Android.Runtime.Register(".ctor", "(Landroid/os/Parcel;)V", "")]
public AlignmentSpanStandard (Android.OS.Parcel src);
[<Android.Runtime.Register(".ctor", "(Landroid/os/Parcel;)V", "")>]
new Android.Text.Style.AlignmentSpanStandard : Android.OS.Parcel -> Android.Text.Style.AlignmentSpanStandard
Parameters
- src
- Parcel
- Attributes
Remarks
Constructs a 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
AlignmentSpanStandard(Layout+Alignment)
[Android.Runtime.Register(".ctor", "(Landroid/text/Layout$Alignment;)V", "")]
public AlignmentSpanStandard (Android.Text.Layout.Alignment align);
[<Android.Runtime.Register(".ctor", "(Landroid/text/Layout$Alignment;)V", "")>]
new Android.Text.Style.AlignmentSpanStandard : Android.Text.Layout.Alignment -> Android.Text.Style.AlignmentSpanStandard
Parameters
- align
- Layout.Alignment
- Attributes
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
AlignmentSpanStandard(IntPtr, JniHandleOwnership)
A constructor used when creating managed representations of JNI objects; called by the runtime.
protected AlignmentSpanStandard (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Text.Style.AlignmentSpanStandard : nativeint * Android.Runtime.JniHandleOwnership -> Android.Text.Style.AlignmentSpanStandard
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.