C# Class Carousel.CustomScrollView

Inheritance: UIScrollView
Show file Open project: roland/Carousel Class Usage Examples

Public Properties

Property Type Description
CenterSlide EventArgs>.Action

Public Methods

Method Description
CustomScrollView ( RectangleF rect ) : System
InitScroller ( ) : void

Method Details

CustomScrollView() public method

public CustomScrollView ( RectangleF rect ) : System
rect System.Drawing.RectangleF
return System

InitScroller() public method

public InitScroller ( ) : void
return void

Property Details

CenterSlide public property

public Action CenterSlide
return EventArgs>.Action