C# Class SwippableBottomTabView.Controls.CarouselLayout

Inheritance: Xamarin.Forms.ScrollView
Exibir arquivo Open project: imgen/XamarinForms.SwippableBottomTabView Class Usage Examples

Public Properties

Property Type Description
ItemsSourceProperty BindableProperty
SelectedIndexProperty BindableProperty
SelectedItemProperty BindableProperty

Public Methods

Method Description
CarouselLayout ( ) : System.Collections

Protected Methods

Method Description
LayoutChildren ( double x, double y, double width, double height ) : void

Private Methods

Method Description
ItemsSourceChanged ( ) : void
ItemsSourceChanging ( ) : void
SelectedItemTimerElapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void
UpdateSelectedIndex ( ) : void
UpdateSelectedItem ( ) : void

Method Details

CarouselLayout() public method

public CarouselLayout ( ) : System.Collections
return System.Collections

LayoutChildren() protected method

protected LayoutChildren ( double x, double y, double width, double height ) : void
x double
y double
width double
height double
return void

Property Details

ItemsSourceProperty public_oe static_oe property

public static BindableProperty ItemsSourceProperty
return BindableProperty

SelectedIndexProperty public_oe static_oe property

public static BindableProperty SelectedIndexProperty
return BindableProperty

SelectedItemProperty public_oe static_oe property

public static BindableProperty SelectedItemProperty
return BindableProperty