C# Класс SilverlightFX.UserInterface.ViewWorkspace

Наследование: System.Windows.Controls.ContentControl
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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