C# Class CarouselView.FormsPlugin.Abstractions.CVLabel

Inheritance: Xamarin.Forms.Label
Exibir arquivo Open project: alexrainman/CarouselView

Public Methods

Method Description
CVLabel ( ) : System

Protected Methods

Method Description
OnSizeAllocated ( double width, double height ) : void

Method Details

CVLabel() public method

public CVLabel ( ) : System
return System

OnSizeAllocated() protected method

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