C# Class wenku10.Pages.ImageView

Inheritance: Windows.UI.Xaml.Controls.Page
Show file Open project: tgckpg/wenku10

Public Properties

Property Type Description
ID string

Public Methods

Method Description
ImageView ( ) : System

Protected Methods

Method Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
SetImage ( ) : void

Method Details

ImageView() public method

public ImageView ( ) : System
return System

OnNavigatedFrom() protected method

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void

OnNavigatedTo() protected method

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void

Property Details

ID public static property

public static string ID
return string