C# Класс Microsoft.Toolkit.Uwp.SampleApp.SamplePages.DropShadowPanelPage

A page that shows how to use the DropShadowPanel control.
Наследование: Page
Показать файл Открыть проект

Открытые методы

Метод Описание
DropShadowPanelPage ( ) : Microsoft.Toolkit.Uwp.SampleApp.Models

Initializes a new instance of the DropShadowPanelPage class.

Защищенные методы

Метод Описание
OnNavigatedTo ( NavigationEventArgs e ) : void

Invoked when the Page is loaded and becomes the current source of a parent Frame.

Описание методов

DropShadowPanelPage() публичный Метод

Initializes a new instance of the DropShadowPanelPage class.
public DropShadowPanelPage ( ) : Microsoft.Toolkit.Uwp.SampleApp.Models
Результат Microsoft.Toolkit.Uwp.SampleApp.Models

OnNavigatedTo() защищенный Метод

Invoked when the Page is loaded and becomes the current source of a parent Frame.
protected OnNavigatedTo ( NavigationEventArgs e ) : void
e NavigationEventArgs Event data that can be examined by overriding code. The event data is representative of the pending navigation that will load the current Page. Usually the most relevant property to examine is Parameter.
Результат void