Method | Description | |
---|---|---|
Draw ( Android.Graphics.Canvas canvas ) : void |
Method | Description | |
---|---|---|
OnElementChanged ( VisualElementChangedEventArgs e ) : void | ||
OnSizeChanged ( int width, int height, int oldWidth, int oldHeight ) : void |
Method | Description | |
---|---|---|
ElementPropertyChanged ( object sender, |
||
HScrollViewTouch ( object sender, TouchEventArgs e ) : void | ||
ScrollToIndex ( int targetIndex ) : void | ||
SnapScroll ( ) : void | ||
UpdateSelectedIndex ( ) : void |
public Draw ( Android.Graphics.Canvas canvas ) : void | ||
canvas | Android.Graphics.Canvas | |
return | void |
protected OnElementChanged ( VisualElementChangedEventArgs e ) : void | ||
e | VisualElementChangedEventArgs | |
return | void |
protected OnSizeChanged ( int width, int height, int oldWidth, int oldHeight ) : void | ||
width | int | |
height | int | |
oldWidth | int | |
oldHeight | int | |
return | void |