C# Класс CarouselView.FormsPlugin.Abstractions.CarouselViewControl

CarouselView Interface
Наследование: Xamarin.Forms.View
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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

Открытые методы

Метод Описание
InsertPage ( object item, int position = -1 ) : System.Threading.Tasks.Task
RemovePage ( int position ) : System.Threading.Tasks.Task
SetCurrentPage ( int position ) : void

Описание методов

InsertPage() публичный Метод

public InsertPage ( object item, int position = -1 ) : System.Threading.Tasks.Task
item object
position int
Результат System.Threading.Tasks.Task

RemovePage() публичный Метод

public RemovePage ( int position ) : System.Threading.Tasks.Task
position int
Результат System.Threading.Tasks.Task

SetCurrentPage() публичный Метод

public SetCurrentPage ( int position ) : void
position int
Результат void

Описание свойств

ArrowsProperty публичное статическое свойство

public static BindableProperty ArrowsProperty
Результат BindableProperty

BouncesProperty публичное статическое свойство

public static BindableProperty BouncesProperty
Результат BindableProperty

CurrentPageIndicatorTintColorProperty публичное статическое свойство

public static BindableProperty CurrentPageIndicatorTintColorProperty
Результат BindableProperty

InsertAction публичное свойство

public Action InsertAction
Результат int>.Action

InterPageSpacingProperty публичное статическое свойство

public static BindableProperty InterPageSpacingProperty
Результат BindableProperty

ItemTemplateProperty публичное статическое свойство

public static BindableProperty ItemTemplateProperty
Результат BindableProperty

ItemsSourceChanged публичное свойство

public Action,System ItemsSourceChanged
Результат System.Action

ItemsSourceProperty публичное статическое свойство

public static BindableProperty ItemsSourceProperty
Результат BindableProperty

OrientationProperty публичное статическое свойство

public static BindableProperty OrientationProperty
Результат BindableProperty

PageIndicatorTintColorProperty публичное статическое свойство

public static BindableProperty PageIndicatorTintColorProperty
Результат BindableProperty

PageIndicatorsProperty публичное статическое свойство

public static BindableProperty PageIndicatorsProperty
Результат BindableProperty

PositionProperty публичное статическое свойство

public static BindableProperty PositionProperty
Результат BindableProperty

PositionSelected публичное свойство

public EventHandler PositionSelected
Результат EventHandler

RemoveAction публичное свойство

public Action RemoveAction
Результат Action

SetCurrentAction публичное свойство

public Action SetCurrentAction
Результат Action