C# Class TodoApp.Controls.TopPanelItem

Inheritance: Xamarin.Forms.ContentView
Datei anzeigen Open project: strongloop/loopback-example-xamarin Class Usage Examples

Public Methods

Method Description
TopPanelItem ( string title, View contentView = null, bool isSelected = false ) : System

Method Details

TopPanelItem() public method

public TopPanelItem ( string title, View contentView = null, bool isSelected = false ) : System
title string
contentView Xamarin.Forms.View
isSelected bool
return System