C# Class SilverlightFX.UserInterface.ViewWorkspace

Inheritance: System.Windows.Controls.ContentControl
Afficher le fichier Open project: nikhilk/silverlightfx

Méthodes publiques

Свойство Type Description
FormBackgroundProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode 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

Méthode 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 méthode

public OnApplyTemplate ( ) : void
Résultat void

Show() public méthode

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.
Résultat void

ViewWorkspace() public méthode

Initializes an instance of a ViewWorkspace control.
public ViewWorkspace ( ) : System
Résultat System

Property Details

FormBackgroundProperty public_oe static_oe property

Represents the FormBackground property.
public static DependencyProperty,System.Windows FormBackgroundProperty
Résultat System.Windows.DependencyProperty