C# 클래스 LiveBoard.View.CreatePage

A basic page that provides characteristics common to most applications.
상속: LiveBoard.Common.LayoutAwarePage
파일 보기 프로젝트 열기: vapps/Modern_LiveBoard

공개 메소드들

메소드 설명
CreatePage ( ) : System

보호된 메소드들

메소드 설명
LoadState ( Object navigationParameter, Object>.Dictionary pageState ) : void

Populates the page with content passed during navigation. Any saved state is also provided when recreating a page from a prior session.

SaveState ( Object>.Dictionary pageState ) : void

Preserves state associated with this page in case the application is suspended or the page is discarded from the navigation cache. Values must conform to the serialization requirements of SuspensionManager.SessionState.

비공개 메소드들

메소드 설명
ButtonCloseTemplateSelection_OnClick ( object sender, RoutedEventArgs e ) : void
FramePreview_Navigated ( object sender, Windows e ) : void

프리뷰를 화면비율에 맞게 리사이즈.

GridDetails_OnDataContextChanged ( FrameworkElement sender, DataContextChangedEventArgs args ) : void
ListViewPages_OnSelectionChanged ( object sender, SelectionChangedEventArgs e ) : void
PreviewBorder_SizeChanged ( object sender, SizeChangedEventArgs e ) : void
SliderMinute_OnValueChanged ( object sender, RangeBaseValueChangedEventArgs e ) : void
SliderSecond_OnValueChanged ( object sender, RangeBaseValueChangedEventArgs e ) : void
ToggleButtonAddPage_OnClick ( object sender, RoutedEventArgs e ) : void
loadFrame ( string templateCode = null ) : void

템플릿 로딩.

lockPreview ( ) : void

프리뷰 잠금.

pageRoot_Loaded ( object sender, RoutedEventArgs e ) : void
recursiveResize ( UIElement uiElement, TransformGroup transformGroup, double ratio ) : void

메소드 상세

CreatePage() 공개 메소드

public CreatePage ( ) : System
리턴 System

LoadState() 보호된 메소드

Populates the page with content passed during navigation. Any saved state is also provided when recreating a page from a prior session.
protected LoadState ( Object navigationParameter, Object>.Dictionary pageState ) : void
navigationParameter Object The parameter value passed to /// when this page was initially requested. ///
pageState Object>.Dictionary A dictionary of state preserved by this page during an earlier /// session. This will be null the first time a page is visited.
리턴 void

SaveState() 보호된 메소드

Preserves state associated with this page in case the application is suspended or the page is discarded from the navigation cache. Values must conform to the serialization requirements of SuspensionManager.SessionState.
protected SaveState ( Object>.Dictionary pageState ) : void
pageState Object>.Dictionary An empty dictionary to be populated with serializable state.
리턴 void