C# Class PhotoViewerTest.CarouselLayout

Inheritance: Xamarin.Forms.ScrollView
Exibir arquivo Open project: Manne990/PhotoViewerTest Class Usage Examples

Public Properties

Property Type Description
ItemsSourceProperty BindableProperty
SelectedIndexProperty BindableProperty
SelectedItemProperty BindableProperty

Public Methods

Method Description
CarouselLayout ( ) : System
ItemsSourceChanging ( ) : void
Refresh ( ) : void
UpdateSelectedIndex ( ) : void

Protected Methods

Method Description
LayoutChildren ( double x, double y, double width, double height ) : void

Private Methods

Method Description
ItemsSourceChanged ( ) : System.Threading.Tasks.Task
UpdateSelectedItem ( ) : System.Threading.Tasks.Task

Method Details

CarouselLayout() public method

public CarouselLayout ( ) : System
return System

ItemsSourceChanging() public method

public ItemsSourceChanging ( ) : void
return void

LayoutChildren() protected method

protected LayoutChildren ( double x, double y, double width, double height ) : void
x double
y double
width double
height double
return void

Refresh() public method

public Refresh ( ) : void
return void

UpdateSelectedIndex() public method

public UpdateSelectedIndex ( ) : void
return void

Property Details

ItemsSourceProperty public_oe static_oe property

public static BindableProperty ItemsSourceProperty
return BindableProperty

SelectedIndexProperty public_oe static_oe property

public static BindableProperty SelectedIndexProperty
return BindableProperty

SelectedItemProperty public_oe static_oe property

public static BindableProperty SelectedItemProperty
return BindableProperty