C# Class PhotoViewerTest.CarouselLayout

Inheritance: Xamarin.Forms.ScrollView
Afficher le fichier Open project: Manne990/PhotoViewerTest Class Usage Examples

Méthodes publiques

Свойство Type Description
ItemsSourceProperty BindableProperty
SelectedIndexProperty BindableProperty
SelectedItemProperty BindableProperty

Méthodes publiques

Méthode Description
CarouselLayout ( ) : System
ItemsSourceChanging ( ) : void
Refresh ( ) : void
UpdateSelectedIndex ( ) : void

Méthodes protégées

Méthode Description
LayoutChildren ( double x, double y, double width, double height ) : void

Private Methods

Méthode Description
ItemsSourceChanged ( ) : System.Threading.Tasks.Task
UpdateSelectedItem ( ) : System.Threading.Tasks.Task

Method Details

CarouselLayout() public méthode

public CarouselLayout ( ) : System
Résultat System

ItemsSourceChanging() public méthode

public ItemsSourceChanging ( ) : void
Résultat void

LayoutChildren() protected méthode

protected LayoutChildren ( double x, double y, double width, double height ) : void
x double
y double
width double
height double
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void

UpdateSelectedIndex() public méthode

public UpdateSelectedIndex ( ) : void
Résultat void

Property Details

ItemsSourceProperty public_oe static_oe property

public static BindableProperty ItemsSourceProperty
Résultat BindableProperty

SelectedIndexProperty public_oe static_oe property

public static BindableProperty SelectedIndexProperty
Résultat BindableProperty

SelectedItemProperty public_oe static_oe property

public static BindableProperty SelectedItemProperty
Résultat BindableProperty