C# Class SwippableBottomTabView.Droid.Renderers.CarouselLayoutRenderer

Inheritance: Xamarin.Forms.Platform.Android.ScrollViewRenderer
Afficher le fichier Open project: imgen/XamarinForms.SwippableBottomTabView

Méthodes publiques

Méthode Description
Draw ( Android.Graphics.Canvas canvas ) : void

Méthodes protégées

Méthode Description
OnElementChanged ( VisualElementChangedEventArgs e ) : void
OnSizeChanged ( int width, int height, int oldWidth, int oldHeight ) : void

Private Methods

Méthode Description
ElementPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
HScrollViewTouch ( object sender, TouchEventArgs e ) : void
ScrollToIndex ( int targetIndex ) : void
SnapScroll ( ) : void
UpdateSelectedIndex ( ) : void

Method Details

Draw() public méthode

public Draw ( Android.Graphics.Canvas canvas ) : void
canvas Android.Graphics.Canvas
Résultat void

OnElementChanged() protected méthode

protected OnElementChanged ( VisualElementChangedEventArgs e ) : void
e VisualElementChangedEventArgs
Résultat void

OnSizeChanged() protected méthode

protected OnSizeChanged ( int width, int height, int oldWidth, int oldHeight ) : void
width int
height int
oldWidth int
oldHeight int
Résultat void