Class Tab
Inheritance
System.Object
Tab
Namespace: Com.Telerik.Android.Primitives.Widget.Tabstrip
Assembly: Telerik.Xamarin.Android.Primitives.dll
Syntax
public class Tab : Object
Constructors
Tab(IntPtr, JniHandleOwnership)
Declaration
protected Tab(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Tab(String)
Declaration
public Tab(string title)
Parameters
System.String
title
|
Tab(String, Drawable)
Declaration
public Tab(string title, Drawable icon)
Parameters
System.String
title
|
Android.Graphics.Drawables.Drawable
icon
|
Properties
ContentView
Declaration
public virtual View ContentView { get; set; }
Property Value
Android.Views.View
|
Icon
Declaration
public virtual Drawable Icon { get; set; }
Property Value
Android.Graphics.Drawables.Drawable
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Title
Declaration
public virtual string Title { get; set; }
Property Value
System.String
|