Class TokenView
Inheritance
System.Object
TokenView
Namespace: Com.Telerik.Widget.Autocomplete
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public class TokenView : LinearLayout
Constructors
TokenView(Context)
Declaration
public TokenView(Context context)
Parameters
Android.Content.Context
context
|
TokenView(IntPtr, JniHandleOwnership)
Declaration
protected TokenView(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
CornerRadius
Declaration
public virtual float CornerRadius { get; set; }
Property Value
System.Single
|
DeleteImageView
Declaration
public virtual ImageView DeleteImageView { get; }
Property Value
Android.Widget.ImageView
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Model
SelectedCornerRadius
Declaration
public virtual float SelectedCornerRadius { get; set; }
Property Value
System.Single
|
SelectedStrokeColor
Declaration
public virtual int SelectedStrokeColor { get; }
Property Value
System.Int32
|
SelectedStrokeWidth
Declaration
public virtual int SelectedStrokeWidth { get; }
Property Value
System.Int32
|
SelectedTokenColor
Declaration
public virtual int SelectedTokenColor { get; set; }
Property Value
System.Int32
|
SelectedTokenTextColor
Declaration
public virtual int SelectedTokenTextColor { get; set; }
Property Value
System.Int32
|
StrokeColor
Declaration
public virtual int StrokeColor { get; }
Property Value
System.Int32
|
StrokeWidth
Declaration
public virtual int StrokeWidth { get; }
Property Value
System.Int32
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
TokenColor
Declaration
public virtual int TokenColor { get; set; }
Property Value
System.Int32
|
TokenImageView
Declaration
public virtual ImageView TokenImageView { get; }
Property Value
Android.Widget.ImageView
|
TokenTextColor
Declaration
public virtual int TokenTextColor { get; set; }
Property Value
System.Int32
|
TokenTextView
Declaration
public virtual TextView TokenTextView { get; }
Property Value
Android.Widget.TextView
|
Methods
SetSelectedStroke(Int32, Int32)
Declaration
public virtual void SetSelectedStroke(int width, int color)
Parameters
System.Int32
width
|
System.Int32
color
|
SetStroke(Int32, Int32)
Declaration
public virtual void SetStroke(int width, int color)
Parameters
System.Int32
width
|
System.Int32
color
|