Class DrawableMarginSpan
public class DrawableMarginSpan : JVMBridgeBase<DrawableMarginSpan>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, ILeadingMarginSpan, IParagraphStyle, ILineHeightSpan
- Inheritance
-
DrawableMarginSpan
- Implements
- Extension Methods
Constructors
DrawableMarginSpan(Drawable)
public DrawableMarginSpan(Drawable arg0)
Parameters
DrawableMarginSpan(Drawable, int)
public DrawableMarginSpan(Drawable arg0, int arg1)
Parameters
DrawableMarginSpan(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public DrawableMarginSpan(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
ChooseHeight(CharSequence, int, int, int, int, FontMetricsInt)
public void ChooseHeight(CharSequence arg0, int arg1, int arg2, int arg3, int arg4, Paint.FontMetricsInt arg5)
Parameters
arg0CharSequencearg1intarg2intarg3intarg4intarg5Paint.FontMetricsInt
CreatePoolableInstance(Drawable)
HPA initializer for DrawableMarginSpan(Android.Graphics.Drawable.Drawable arg0)
public static DrawableMarginSpan CreatePoolableInstance(Drawable arg0)
Parameters
arg0Drawable
Returns
CreatePoolableInstance(Drawable, int)
HPA initializer for DrawableMarginSpan(Android.Graphics.Drawable.Drawable arg0, int arg1)
public static DrawableMarginSpan CreatePoolableInstance(Drawable arg0, int arg1)
Parameters
Returns
DrawLeadingMargin(Canvas, Paint, int, int, int, int, int, CharSequence, int, int, bool, Layout)
public void DrawLeadingMargin(Canvas arg0, Paint arg1, int arg2, int arg3, int arg4, int arg5, int arg6, CharSequence arg7, int arg8, int arg9, bool arg10, Layout arg11)
Parameters
arg0Canvasarg1Paintarg2intarg3intarg4intarg5intarg6intarg7CharSequencearg8intarg9intarg10boolarg11Layout
GetDrawable()
public Drawable GetDrawable()
Returns
GetLeadingMargin(bool)
public int GetLeadingMargin(bool arg0)
Parameters
Returns
GetPadding()
public int GetPadding()
Returns
Operators
implicit operator LeadingMarginSpan(DrawableMarginSpan)
Converter from DrawableMarginSpan to LeadingMarginSpan
public static implicit operator LeadingMarginSpan(DrawableMarginSpan t)
Parameters
Returns
implicit operator LineHeightSpan(DrawableMarginSpan)
Converter from DrawableMarginSpan to LineHeightSpan
public static implicit operator LineHeightSpan(DrawableMarginSpan t)