C# 클래스 Microsoft.Silverlight.Testing.Controls.PreviewControl

상속: System.Windows.Controls.Control
파일 보기 프로젝트 열기: garyjohnson/wpnest

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