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

Inheritance: Xamarin.Forms.ContentPage
显示文件 Open project: ChristianWeyer/myProducts-End-to-End

Protected Properties

Property Type Description
ScrollView Xamarin.Forms.ScrollView

Public Methods

Method Description
BasePage ( ) : myProducts.Xamarin.Views.Components

Protected Methods

Method Description
SetScrollViewContent ( View content ) : void

Private Methods

Method Description
CreateUI ( ) : void

Method Details

BasePage() public method

public BasePage ( ) : myProducts.Xamarin.Views.Components
return myProducts.Xamarin.Views.Components

SetScrollViewContent() protected method

protected SetScrollViewContent ( View content ) : void
content Xamarin.Forms.View
return void

Property Details

ScrollView protected_oe property

protected ScrollView,Xamarin.Forms ScrollView
return Xamarin.Forms.ScrollView