C# Класс RadialMenuControl.Shims.Helpers

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

ButtonToShim() публичный статический Метод

Given a Center Button returns a CenterButtonShim of that button
public static ButtonToShim ( CenterButton input ) : CenterButtonShim
input RadialMenuControl.Components.CenterButton The Actual CenterButton
Результат CenterButtonShim

ButtonToShim() публичный статический Метод

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
Результат CenterButtonShim