C# Class Xamarin.Canvas.Controls.Coverflow

Inheritance: GroupNode
显示文件 Open project: Clancey/Canvas

Private Properties

Property Type Description
AnimateTo void
AnimateTo void
LayoutChildForPosition void
LayoutChildren void

Public Methods

Method Description
Add ( Node node ) : void
Coverflow ( ) : System
Coverflow ( IEnumerable files ) : System

Protected Methods

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

Private Methods

Method 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 method

public Add ( Node node ) : void
node Node
return void

Coverflow() public method

public Coverflow ( ) : System
return System

Coverflow() public method

public Coverflow ( IEnumerable files ) : System
files IEnumerable
return System

OnChildPreferedSizeChanged() protected method

protected OnChildPreferedSizeChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

OnSizeAllocated() protected method

protected OnSizeAllocated ( double width, double height ) : void
width double
height double
return void

OnTouch() protected method

protected OnTouch ( Xamarin evnt ) : bool
evnt Xamarin
return bool