C# Class SwippableBottomTabView.iOS.Renderers.CarouselLayoutRenderer

Inheritance: ScrollViewRenderer
Mostra file Open project: imgen/XamarinForms.SwippableBottomTabView

Public Methods

Method Description
CarouselLayoutRenderer ( ) : SwippableBottomTabView.Controls
Draw ( CoreGraphics rect ) : void

Protected Methods

Method Description
OnElementChanged ( VisualElementChangedEventArgs e ) : void

Private Methods

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

Method Details

CarouselLayoutRenderer() public method

public CarouselLayoutRenderer ( ) : SwippableBottomTabView.Controls
return SwippableBottomTabView.Controls

Draw() public method

public Draw ( CoreGraphics rect ) : void
rect CoreGraphics
return void

OnElementChanged() protected method

protected OnElementChanged ( VisualElementChangedEventArgs e ) : void
e VisualElementChangedEventArgs
return void