C# Class SwippableBottomTabView.iOS.Renderers.CarouselLayoutRenderer

Inheritance: ScrollViewRenderer
Afficher le fichier Open project: imgen/XamarinForms.SwippableBottomTabView

Méthodes publiques

Méthode Description
CarouselLayoutRenderer ( ) : SwippableBottomTabView.Controls
Draw ( CoreGraphics rect ) : void

Méthodes protégées

Méthode Description
OnElementChanged ( VisualElementChangedEventArgs e ) : void

Private Methods

Méthode Description
ElementPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
NativeScrolled ( object sender, EventArgs e ) : void
ScrollToSelection ( bool animate ) : void

Method Details

CarouselLayoutRenderer() public méthode

public CarouselLayoutRenderer ( ) : SwippableBottomTabView.Controls
Résultat SwippableBottomTabView.Controls

Draw() public méthode

public Draw ( CoreGraphics rect ) : void
rect CoreGraphics
Résultat void

OnElementChanged() protected méthode

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