C# Класс SilverlightMappingToolBasic.Controls.ArrowControl

Наследование: System.Windows.Controls.Control
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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