C# Class EvolveApp.Views.Controls.DashboardWidget

Inheritance: RelativeLayout
Mostrar archivo Open project: xamarin/mini-hacks Class Usage Examples

Public Methods

Method Description
DashboardWidget ( ) : System

Protected Methods

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

Method Details

DashboardWidget() public method

public DashboardWidget ( ) : System
return System

LayoutChildren() protected method

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