C# 클래스 SilverlightMappingToolBasic.Controls.ArrowControl

상속: System.Windows.Controls.Control
파일 보기 프로젝트 열기: chris-tomich/Glyma 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ArrowPaddingProperty System.Windows.DependencyProperty
GlowColorProperty System.Windows.DependencyProperty
MouseOverColorProperty System.Windows.DependencyProperty
ParentNavigatorViewProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
ArrowControl ( ) : System
OnApplyTemplate ( ) : void
UpdateArrow ( ) : void
UpdateArrow ( Point movingPoint ) : void
_fromSelectionRect_MouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
_fromSelectionRect_MouseLeftButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
_toSelectionRect_MouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
_toSelectionRect_MouseLeftButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

비공개 메소드들

메소드 설명
ArrowControl_MouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void
ArrowControl_MouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void
CalculateArrowDirection ( Point fromNodePos, Point toNodePos ) : ArrowDirection
GoToState ( string stateName, bool useTransitions ) : void

메소드 상세

ArrowControl() 공개 메소드

public ArrowControl ( ) : System
리턴 System

OnApplyTemplate() 공개 메소드

public OnApplyTemplate ( ) : void
리턴 void

UpdateArrow() 공개 메소드

public UpdateArrow ( ) : void
리턴 void

UpdateArrow() 공개 메소드

public UpdateArrow ( Point movingPoint ) : void
movingPoint Point
리턴 void

_fromSelectionRect_MouseLeftButtonDown() 공개 메소드

public _fromSelectionRect_MouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
sender object
e System.Windows.Input.MouseButtonEventArgs
리턴 void

_fromSelectionRect_MouseLeftButtonUp() 공개 메소드

public _fromSelectionRect_MouseLeftButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
sender object
e System.Windows.Input.MouseButtonEventArgs
리턴 void

_toSelectionRect_MouseLeftButtonDown() 공개 메소드

public _toSelectionRect_MouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
sender object
e System.Windows.Input.MouseButtonEventArgs
리턴 void

_toSelectionRect_MouseLeftButtonUp() 공개 메소드

public _toSelectionRect_MouseLeftButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
sender object
e System.Windows.Input.MouseButtonEventArgs
리턴 void

프로퍼티 상세

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

The distance between the arrow head and the node or the line end and the node
public static DependencyProperty,System.Windows ArrowPaddingProperty
리턴 System.Windows.DependencyProperty

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

The selection color/glow around the arrow and color of the arrow/line
public static DependencyProperty,System.Windows GlowColorProperty
리턴 System.Windows.DependencyProperty

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

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

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

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