LeadingMarginSpanStandard 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
LeadingMarginSpanStandard(Parcel) | |
LeadingMarginSpanStandard(Int32) |
Constructor taking an indent for all lines. |
LeadingMarginSpanStandard(Int32, Int32) |
Constructor taking separate indents for the first and subsequent lines. |
LeadingMarginSpanStandard(IntPtr, JniHandleOwnership) |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
LeadingMarginSpanStandard(Parcel)
[Android.Runtime.Register(".ctor", "(Landroid/os/Parcel;)V", "")]
public LeadingMarginSpanStandard (Android.OS.Parcel? src);
[<Android.Runtime.Register(".ctor", "(Landroid/os/Parcel;)V", "")>]
new Android.Text.Style.LeadingMarginSpanStandard : Android.OS.Parcel -> Android.Text.Style.LeadingMarginSpanStandard
Parameters
- src
- Parcel
- 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
LeadingMarginSpanStandard(Int32)
Constructor taking an indent for all lines.
[Android.Runtime.Register(".ctor", "(I)V", "")]
public LeadingMarginSpanStandard (int every);
[<Android.Runtime.Register(".ctor", "(I)V", "")>]
new Android.Text.Style.LeadingMarginSpanStandard : int -> Android.Text.Style.LeadingMarginSpanStandard
Parameters
- every
- Int32
the indent of each line
- Attributes
Remarks
Constructor taking an indent for all lines.
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
LeadingMarginSpanStandard(Int32, Int32)
Constructor taking separate indents for the first and subsequent lines.
[Android.Runtime.Register(".ctor", "(II)V", "")]
public LeadingMarginSpanStandard (int first, int rest);
[<Android.Runtime.Register(".ctor", "(II)V", "")>]
new Android.Text.Style.LeadingMarginSpanStandard : int * int -> Android.Text.Style.LeadingMarginSpanStandard
Parameters
- first
- Int32
the indent for the first line of the paragraph
- rest
- Int32
the indent for the remaining lines of the paragraph
- Attributes
Remarks
Constructor taking separate indents for the first and subsequent lines.
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
LeadingMarginSpanStandard(IntPtr, JniHandleOwnership)
A constructor used when creating managed representations of JNI objects; called by the runtime.
protected LeadingMarginSpanStandard (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Text.Style.LeadingMarginSpanStandard : nativeint * Android.Runtime.JniHandleOwnership -> Android.Text.Style.LeadingMarginSpanStandard
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.