C# Class myProducts.Xamarin.Views.Pages.BasePage

Inheritance: Xamarin.Forms.ContentPage
Afficher le fichier Open project: ChristianWeyer/myProducts-End-to-End

Protected Properties

Свойство Type Description
ScrollView Xamarin.Forms.ScrollView

Méthodes publiques

Méthode Description
BasePage ( ) : myProducts.Xamarin.Views.Components

Méthodes protégées

Méthode Description
SetScrollViewContent ( View content ) : void

Private Methods

Méthode Description
CreateUI ( ) : void

Method Details

BasePage() public méthode

public BasePage ( ) : myProducts.Xamarin.Views.Components
Résultat myProducts.Xamarin.Views.Components

SetScrollViewContent() protected méthode

protected SetScrollViewContent ( View content ) : void
content Xamarin.Forms.View
Résultat void

Property Details

ScrollView protected_oe property

protected ScrollView,Xamarin.Forms ScrollView
Résultat Xamarin.Forms.ScrollView