C# Class EvolveApp.UWP.StyledLabelRenderer

Inheritance: LabelRenderer
Mostrar archivo Open project: xamarin/mini-hacks

Public Methods

Method Description
SetBodyFont ( ) : void
SetHeading1Font ( ) : void
SetHeading2Font ( ) : void
SetWidgetCountFont ( ) : void

Protected Methods

Method Description
OnElementChanged ( ElementChangedEventArgs e ) : void

Method Details

OnElementChanged() protected method

protected OnElementChanged ( ElementChangedEventArgs e ) : void
e ElementChangedEventArgs
return void

SetBodyFont() public method

public SetBodyFont ( ) : void
return void

SetHeading1Font() public method

public SetHeading1Font ( ) : void
return void

SetHeading2Font() public method

public SetHeading2Font ( ) : void
return void

SetWidgetCountFont() public method

public SetWidgetCountFont ( ) : void
return void