C# Class CarouselView.FormsPlugin.Abstractions.CarouselViewControl

CarouselView Interface
Inheritance: Xamarin.Forms.View
Show file Open project: alexrainman/CarouselView

Public Properties

Property Type Description
ArrowsProperty BindableProperty
BouncesProperty BindableProperty
CurrentPageIndicatorTintColorProperty BindableProperty
InsertAction int>.Action
InterPageSpacingProperty BindableProperty
ItemTemplateProperty BindableProperty
ItemsSourceChanged System.Action
ItemsSourceProperty BindableProperty
OrientationProperty BindableProperty
PageIndicatorTintColorProperty BindableProperty
PageIndicatorsProperty BindableProperty
PositionProperty BindableProperty
PositionSelected EventHandler
RemoveAction Action
SetCurrentAction Action

Public Methods

Method Description
InsertPage ( object item, int position = -1 ) : System.Threading.Tasks.Task
RemovePage ( int position ) : System.Threading.Tasks.Task
SetCurrentPage ( int position ) : void

Method Details

InsertPage() public method

public InsertPage ( object item, int position = -1 ) : System.Threading.Tasks.Task
item object
position int
return System.Threading.Tasks.Task

RemovePage() public method

public RemovePage ( int position ) : System.Threading.Tasks.Task
position int
return System.Threading.Tasks.Task

SetCurrentPage() public method

public SetCurrentPage ( int position ) : void
position int
return void

Property Details

ArrowsProperty public static property

public static BindableProperty ArrowsProperty
return BindableProperty

BouncesProperty public static property

public static BindableProperty BouncesProperty
return BindableProperty

CurrentPageIndicatorTintColorProperty public static property

public static BindableProperty CurrentPageIndicatorTintColorProperty
return BindableProperty

InsertAction public property

public Action InsertAction
return int>.Action

InterPageSpacingProperty public static property

public static BindableProperty InterPageSpacingProperty
return BindableProperty

ItemTemplateProperty public static property

public static BindableProperty ItemTemplateProperty
return BindableProperty

ItemsSourceChanged public property

public Action,System ItemsSourceChanged
return System.Action

ItemsSourceProperty public static property

public static BindableProperty ItemsSourceProperty
return BindableProperty

OrientationProperty public static property

public static BindableProperty OrientationProperty
return BindableProperty

PageIndicatorTintColorProperty public static property

public static BindableProperty PageIndicatorTintColorProperty
return BindableProperty

PageIndicatorsProperty public static property

public static BindableProperty PageIndicatorsProperty
return BindableProperty

PositionProperty public static property

public static BindableProperty PositionProperty
return BindableProperty

PositionSelected public property

public EventHandler PositionSelected
return EventHandler

RemoveAction public property

public Action RemoveAction
return Action

SetCurrentAction public property

public Action SetCurrentAction
return Action