Class TabItemView
Inheritance
System.Object
TabItemView
Namespace: Com.Telerik.Android.Primitives.Widget.Tabstrip
Assembly: Telerik.Xamarin.Android.Primitives.dll
Syntax
public class TabItemView : FrameLayout
Constructors
TabItemView(Context)
Declaration
public TabItemView(Context context)
Parameters
Android.Content.Context
context
|
TabItemView(Context, Int32)
Declaration
public TabItemView(Context context, int layout)
Parameters
Android.Content.Context
context
|
System.Int32
layout
|
TabItemView(IntPtr, JniHandleOwnership)
Declaration
protected TabItemView(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
AccentColor
Declaration
public virtual int AccentColor { get; set; }
Property Value
System.Int32
|
DeselectedBackgroundColor
Declaration
public virtual int DeselectedBackgroundColor { get; set; }
Property Value
System.Int32
|
DeselectedDrawable
Declaration
public virtual Drawable DeselectedDrawable { get; set; }
Property Value
Android.Graphics.Drawables.Drawable
|
DeselectedForegroundColor
Declaration
public virtual int DeselectedForegroundColor { get; set; }
Property Value
System.Int32
|
ImageView
Declaration
public virtual ImageView ImageView { get; }
Property Value
Android.Widget.ImageView
|
IsSelected
Declaration
public virtual bool IsSelected { get; set; }
Property Value
System.Boolean
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
SelectedBackgroundColor
Declaration
public virtual int SelectedBackgroundColor { get; set; }
Property Value
System.Int32
|
SelectedDrawable
Declaration
public virtual Drawable SelectedDrawable { get; set; }
Property Value
Android.Graphics.Drawables.Drawable
|
SelectedForegroundColor
Declaration
public virtual int SelectedForegroundColor { get; set; }
Property Value
System.Int32
|
TextView
Declaration
public virtual TextView TextView { get; }
Property Value
Android.Widget.TextView
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Methods
UpdateSelectedStyle(Boolean)
Declaration
protected virtual void UpdateSelectedStyle(bool selected)
Parameters
System.Boolean
selected
|