monoandroid
namespace Android.Text
{
[Register("android/text/BoringLayout", DoNotGenerateAcw = true)]
public class BoringLayout : Layout, IJavaObject, IEllipsizeCallback, IJavaPeerable, IDisposable
{
[Register("replaceOrMake", "(Ljava/lang/CharSequence;Landroid/text/TextPaint;ILandroid/text/Layout$Alignment;FFLandroid/text/BoringLayout$Metrics;ZLandroid/text/TextUtils$TruncateAt;I)Landroid/text/BoringLayout;", "GetReplaceOrMake_Ljava_lang_CharSequence_Landroid_text_TextPaint_ILandroid_text_Layout_Alignment_FFLandroid_text_BoringLayout_Metrics_ZLandroid_text_TextUtils_TruncateAt_IHandler")]
public virtual BoringLayout? ReplaceOrMake(ICharSequence? source, TextPaint? paint, int outerWidth, Alignment? align, float spacingMult, float spacingAdd, Metrics? metrics, bool includePad, TruncateAt? ellipsize, int ellipsizedWidth);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET | 6.07.08.09.0 |
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |