C# 클래스 SilverlightFX.UserInterface.ViewWorkspace

상속: System.Windows.Controls.ContentControl
파일 보기 프로젝트 열기: nikhilk/silverlightfx

공개 프로퍼티들

프로퍼티 타입 설명
FormBackgroundProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
OnApplyTemplate ( ) : void
Show ( FrameworkElement content ) : void

Shows the specified content in the workspace. Typically the Workspace is created and its content is set by the framework internally by ApplicationContext. If you create the Workspace yourself, you can initialize its content by calling this method.

ViewWorkspace ( ) : System

Initializes an instance of a ViewWorkspace control.

비공개 메소드들

메소드 설명
Close ( SilverlightFX.UserInterface.Form form, SilverlightFX.UserInterface.Form previousForm ) : void
Run ( View mainView ) : void
Show ( SilverlightFX.UserInterface.Form form ) : void

메소드 상세

OnApplyTemplate() 공개 메소드

public OnApplyTemplate ( ) : void
리턴 void

Show() 공개 메소드

Shows the specified content in the workspace. Typically the Workspace is created and its content is set by the framework internally by ApplicationContext. If you create the Workspace yourself, you can initialize its content by calling this method.
public Show ( FrameworkElement content ) : void
content System.Windows.FrameworkElement The content to show on the workspace.
리턴 void

ViewWorkspace() 공개 메소드

Initializes an instance of a ViewWorkspace control.
public ViewWorkspace ( ) : System
리턴 System

프로퍼티 상세

FormBackgroundProperty 공개적으로 정적으로 프로퍼티

Represents the FormBackground property.
public static DependencyProperty,System.Windows FormBackgroundProperty
리턴 System.Windows.DependencyProperty