C# Class Xamarin.Canvas.Controls.Coverflow

Inheritance: GroupNode
Afficher le fichier Open project: Clancey/Canvas

Private Properties

Свойство Type Description
AnimateTo void
AnimateTo void
LayoutChildForPosition void
LayoutChildren void

Méthodes publiques

Méthode Description
Add ( Node node ) : void
Coverflow ( ) : System
Coverflow ( IEnumerable files ) : System

Méthodes protégées

Méthode Description
OnChildPreferedSizeChanged ( object sender, EventArgs e ) : void
OnSizeAllocated ( double width, double height ) : void
OnTouch ( Xamarin evnt ) : bool

Private Methods

Méthode Description
AnimateTo ( CoverflowItem item ) : void
AnimateTo ( int index, uint length ) : void
LayoutChildForPosition ( CoverflowItem item, int size, double position ) : void
LayoutChildren ( double offset ) : void

Method Details

Add() public méthode

public Add ( Node node ) : void
node Node
Résultat void

Coverflow() public méthode

public Coverflow ( ) : System
Résultat System

Coverflow() public méthode

public Coverflow ( IEnumerable files ) : System
files IEnumerable
Résultat System

OnChildPreferedSizeChanged() protected méthode

protected OnChildPreferedSizeChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

OnSizeAllocated() protected méthode

protected OnSizeAllocated ( double width, double height ) : void
width double
height double
Résultat void

OnTouch() protected méthode

protected OnTouch ( Xamarin evnt ) : bool
evnt Xamarin
Résultat bool