C# Класс Microsoft.Silverlight.Testing.Controls.PreviewControl

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

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Bind ( GridSplitter gridSplitter ) : void

Bind the the dimensions of the preview control to the associated grid splitter.

OnApplyTemplate ( ) : void

Called when template should be applied to the control.

PreviewControl ( ) : System

Instantiate the PreviewControl.

Описание методов

Bind() публичный Метод

Bind the the dimensions of the preview control to the associated grid splitter.
public Bind ( GridSplitter gridSplitter ) : void
gridSplitter GridSplitter GridSplitter instance to target.
Результат void

OnApplyTemplate() публичный Метод

Called when template should be applied to the control.
public OnApplyTemplate ( ) : void
Результат void

PreviewControl() публичный Метод

Instantiate the PreviewControl.
public PreviewControl ( ) : System
Результат System