Interface ITabStripLayout
Namespace: Com.Telerik.Android.Primitives.Widget.Tabstrip
Assembly: Telerik.Xamarin.Android.Primitives.dll
Syntax
public interface ITabStripLayout : IJavaObject, IDisposable, IJavaPeerable
Properties
LayoutMode
MaxVisibleTabs
Declaration
int MaxVisibleTabs { get; set; }
Property Value
System.Int32
|
SelectedMarkerLayout
SelectedTabMarker
Declaration
View SelectedTabMarker { get; set; }
Property Value
Android.Views.View
|
SelectedTabMarkerHeight
Declaration
int SelectedTabMarkerHeight { get; set; }
Property Value
System.Int32
|
TabHeight
Declaration
int TabHeight { get; set; }
Property Value
System.Int32
|
TabWidth
Declaration
int TabWidth { get; set; }
Property Value
System.Int32
|
Methods
Load(RadTabStrip)
OnTabAdded(Tab)
OnTabRemoved(Tab)
OnTabsAlignmentChanged(TabsAlignment)
OnTabSelected(Tab, Tab)
Unload()
Declaration
void Unload()