C# 클래스 Open.Core.UI.Controls.CoreImage

상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: philcockfield/Open.TestHarness.SL

Private Properties

프로퍼티 타입 설명
ClearEffect void
GetShadow System.Windows.Media.Effects.DropShadowEffect
OnDataContextChanged void
UpdateShadow void

공개 메소드들

메소드 설명
CoreImage ( ) : System.Windows.Controls

Constructor.

CreateViewModel ( ) : void

Creates a new view-model for the control.

비공개 메소드들

메소드 설명
ClearEffect ( ) : void
GetShadow ( ) : System.Windows.Media.Effects.DropShadowEffect
OnDataContextChanged ( ) : void
UpdateShadow ( ) : void

메소드 상세

CoreImage() 공개 메소드

Constructor.
public CoreImage ( ) : System.Windows.Controls
리턴 System.Windows.Controls

CreateViewModel() 공개 메소드

Creates a new view-model for the control.
public CreateViewModel ( ) : void
리턴 void