C# Class CarouselView.FormsPlugin.Abstractions.CarouselViewControl

CarouselView Interface
Inheritance: Xamarin.Forms.View
显示文件 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_oe static_oe property

public static BindableProperty ArrowsProperty
return BindableProperty

BouncesProperty public_oe static_oe property

public static BindableProperty BouncesProperty
return BindableProperty

CurrentPageIndicatorTintColorProperty public_oe static_oe property

public static BindableProperty CurrentPageIndicatorTintColorProperty
return BindableProperty

InsertAction public_oe property

public Action InsertAction
return int>.Action

InterPageSpacingProperty public_oe static_oe property

public static BindableProperty InterPageSpacingProperty
return BindableProperty

ItemTemplateProperty public_oe static_oe property

public static BindableProperty ItemTemplateProperty
return BindableProperty

ItemsSourceChanged public_oe property

public Action,System ItemsSourceChanged
return System.Action

ItemsSourceProperty public_oe static_oe property

public static BindableProperty ItemsSourceProperty
return BindableProperty

OrientationProperty public_oe static_oe property

public static BindableProperty OrientationProperty
return BindableProperty

PageIndicatorTintColorProperty public_oe static_oe property

public static BindableProperty PageIndicatorTintColorProperty
return BindableProperty

PageIndicatorsProperty public_oe static_oe property

public static BindableProperty PageIndicatorsProperty
return BindableProperty

PositionProperty public_oe static_oe property

public static BindableProperty PositionProperty
return BindableProperty

PositionSelected public_oe property

public EventHandler PositionSelected
return EventHandler

RemoveAction public_oe property

public Action RemoveAction
return Action

SetCurrentAction public_oe property

public Action SetCurrentAction
return Action