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

Inheritance: System.Windows.Controls.Control
Afficher le fichier Open project: garyjohnson/wpnest

Private Properties

Свойство Type Description

Méthodes publiques

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

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

OnApplyTemplate() public méthode

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

PreviewControl() public méthode

Instantiate the PreviewControl.
public PreviewControl ( ) : System
Résultat System