C# Class PerpetualEngine.Forms.Setting

Inheritance: Xamarin.Forms.ViewCell
Exibir arquivo Open project: perpetual-mobile/PerpetualEngine

Public Properties

Property Type Description
RendererTapAction System.Action

Protected Properties

Property Type Description
Description Xamarin.Forms.Label

Public Methods

Method Description
Setting ( string key, string title ) : Xamarin.Forms

Protected Methods

Method Description
OnAppearing ( ) : void

Method Details

OnAppearing() protected method

protected OnAppearing ( ) : void
return void

Setting() public method

public Setting ( string key, string title ) : Xamarin.Forms
key string
title string
return Xamarin.Forms

Property Details

Description protected_oe property

protected Label,Xamarin.Forms Description
return Xamarin.Forms.Label

RendererTapAction public_oe property

public Action,System RendererTapAction
return System.Action