C# Class RadialMenuControl.Shims.Helpers

Exibir arquivo Open project: CatalystCode/radial-menu

Public Methods

Method Description
ButtonToShim ( CenterButton input ) : CenterButtonShim

Given a Center Button returns a CenterButtonShim of that button

ButtonToShim ( CenterButton input, RadialMenu tappedHandler ) : CenterButtonShim

Creates a Shim from a button

Method Details

ButtonToShim() public static method

Given a Center Button returns a CenterButtonShim of that button
public static ButtonToShim ( CenterButton input ) : CenterButtonShim
input RadialMenuControl.Components.CenterButton The Actual CenterButton
return CenterButtonShim

ButtonToShim() public static method

Creates a Shim from a button
public static ButtonToShim ( CenterButton input, RadialMenu tappedHandler ) : CenterButtonShim
input RadialMenuControl.Components.CenterButton The actual CenterButton
tappedHandler RadialMenu The tapped handler for this button
return CenterButtonShim