C# Class myProducts.Xamarin.Views.Components.MainPageHubItem

ファイルを表示 Open project: ChristianWeyer/myProducts-End-to-End Class Usage Examples

Public Methods

Method Description
MainPageHubItem ( string text, Xamarin.Forms.Color boxColor, ICommand navigationCommand ) : System.Windows.Input
MainPageHubItem ( string text, Xamarin.Forms.Color boxColor, ICommand navigationCommand, Xamarin.Forms.Color textColor ) : System.Windows.Input

Private Methods

Method Description
CreateBox ( ) : Xamarin.Forms.BoxView
CreateLabel ( ) : ContentView
CreateUI ( ) : void

Method Details

MainPageHubItem() public method

public MainPageHubItem ( string text, Xamarin.Forms.Color boxColor, ICommand navigationCommand ) : System.Windows.Input
text string
boxColor Xamarin.Forms.Color
navigationCommand ICommand
return System.Windows.Input

MainPageHubItem() public method

public MainPageHubItem ( string text, Xamarin.Forms.Color boxColor, ICommand navigationCommand, Xamarin.Forms.Color textColor ) : System.Windows.Input
text string
boxColor Xamarin.Forms.Color
navigationCommand ICommand
textColor Xamarin.Forms.Color
return System.Windows.Input