C# Class Microsoft.Silverlight.Testing.Controls.PreviewControl

Inheritance: System.Windows.Controls.Control
Show file Open project: garyjohnson/wpnest

Private Properties

Property Type Description

Public Methods

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

Method Details

Bind() public method

Bind the the dimensions of the preview control to the associated grid splitter.
public Bind ( GridSplitter gridSplitter ) : void
gridSplitter GridSplitter GridSplitter instance to target.
return void

OnApplyTemplate() public method

Called when template should be applied to the control.
public OnApplyTemplate ( ) : void
return void

PreviewControl() public method

Instantiate the PreviewControl.
public PreviewControl ( ) : System
return System