C# Class CarouselView.FormsPlugin.Abstractions.CarouselViewControl

CarouselView Interface
Inheritance: Xamarin.Forms.View
Afficher le fichier Open project: alexrainman/CarouselView

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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 méthode

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

RemovePage() public méthode

public RemovePage ( int position ) : System.Threading.Tasks.Task
position int
Résultat System.Threading.Tasks.Task

SetCurrentPage() public méthode

public SetCurrentPage ( int position ) : void
position int
Résultat void

Property Details

ArrowsProperty public_oe static_oe property

public static BindableProperty ArrowsProperty
Résultat BindableProperty

BouncesProperty public_oe static_oe property

public static BindableProperty BouncesProperty
Résultat BindableProperty

CurrentPageIndicatorTintColorProperty public_oe static_oe property

public static BindableProperty CurrentPageIndicatorTintColorProperty
Résultat BindableProperty

InsertAction public_oe property

public Action InsertAction
Résultat int>.Action

InterPageSpacingProperty public_oe static_oe property

public static BindableProperty InterPageSpacingProperty
Résultat BindableProperty

ItemTemplateProperty public_oe static_oe property

public static BindableProperty ItemTemplateProperty
Résultat BindableProperty

ItemsSourceChanged public_oe property

public Action,System ItemsSourceChanged
Résultat System.Action

ItemsSourceProperty public_oe static_oe property

public static BindableProperty ItemsSourceProperty
Résultat BindableProperty

OrientationProperty public_oe static_oe property

public static BindableProperty OrientationProperty
Résultat BindableProperty

PageIndicatorTintColorProperty public_oe static_oe property

public static BindableProperty PageIndicatorTintColorProperty
Résultat BindableProperty

PageIndicatorsProperty public_oe static_oe property

public static BindableProperty PageIndicatorsProperty
Résultat BindableProperty

PositionProperty public_oe static_oe property

public static BindableProperty PositionProperty
Résultat BindableProperty

PositionSelected public_oe property

public EventHandler PositionSelected
Résultat EventHandler

RemoveAction public_oe property

public Action RemoveAction
Résultat Action

SetCurrentAction public_oe property

public Action SetCurrentAction
Résultat Action