C# Класс XPlatformMenus.UWP.Views.MainView

Показать файл Открыть проект

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

Метод Описание
MainView ( ) : Windows.Foundation
OpenNavePane ( ) : void

Public method to allow pages to open SplitView's pane. Used for custom app shortcuts like navigating left from page's left-most item

PopToRoot ( ) : void

Приватные методы

Метод Описание
CheckTogglePaneButtonSizeChanged ( ) : void

Check for the conditions where the navigation pane does not occupy the space under the floating hamburger button and trigger the event.

MainView_OnLoaded ( object sender, RoutedEventArgs e ) : void
RootSplitView_PaneClosed ( SplitView sender, object args ) : void

Hides divider when nav pane is closed.

TogglePaneButton_Checked ( object sender, RoutedEventArgs e ) : void

Callback when the SplitView's Pane is toggled opened. Restores divider's visibility and ensures that margins around the floating hamburger are correctly set.

TogglePaneButton_Unchecked ( object sender, RoutedEventArgs e ) : void

Callback when the SplitView's Pane is toggled closed. When the Pane is not visible then the floating hamburger may be occluding other content in the app unless it is aware.

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

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

public MainView ( ) : Windows.Foundation
Результат Windows.Foundation

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

Public method to allow pages to open SplitView's pane. Used for custom app shortcuts like navigating left from page's left-most item
public OpenNavePane ( ) : void
Результат void

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

public PopToRoot ( ) : void
Результат void