C# Class SilverlightFX.UserInterface.ViewWorkspace

Inheritance: System.Windows.Controls.ContentControl
Mostra file Open project: nikhilk/silverlightfx

Public Properties

Property Type Description
FormBackgroundProperty System.Windows.DependencyProperty

Public Methods

Method Description
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.

Private Methods

Method Description
Close ( SilverlightFX.UserInterface.Form form, SilverlightFX.UserInterface.Form previousForm ) : void
Run ( View mainView ) : void
Show ( SilverlightFX.UserInterface.Form form ) : void

Method Details

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

Show() public method

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.
return void

ViewWorkspace() public method

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

Property Details

FormBackgroundProperty public_oe static_oe property

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