C# 클래스 SilverlightMappingToolBasic.UI.SuperGraph.View.MouseCursor.SuperCursor

상속: IDisposable
파일 보기 프로젝트 열기: chris-tomich/Glyma

공개 프로퍼티들

프로퍼티 타입 설명
CursorTemplateProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
Dispose ( ) : void
GetCursorTemplate ( DependencyObject obj ) : System.Windows.DataTemplate
SetCursorTemplate ( DependencyObject obj, System.Windows.DataTemplate value ) : void
SetTemplate ( System.Windows.DataTemplate template ) : void

비공개 메소드들

메소드 설명
OnCursorTemplatePropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SuperCursor ( FrameworkElement element, System.Windows.DataTemplate template ) : System
element_MouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void
element_MouseMove ( object sender, System.Windows.Input.MouseEventArgs e ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetCursorTemplate() 공개 정적인 메소드

public static GetCursorTemplate ( DependencyObject obj ) : System.Windows.DataTemplate
obj System.Windows.DependencyObject
리턴 System.Windows.DataTemplate

SetCursorTemplate() 공개 정적인 메소드

public static SetCursorTemplate ( DependencyObject obj, System.Windows.DataTemplate value ) : void
obj System.Windows.DependencyObject
value System.Windows.DataTemplate
리턴 void

SetTemplate() 공개 메소드

public SetTemplate ( System.Windows.DataTemplate template ) : void
template System.Windows.DataTemplate
리턴 void

프로퍼티 상세

CursorTemplateProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows CursorTemplateProperty
리턴 System.Windows.DependencyProperty