C# 클래스 TheAirline.GUIModel.CustomControlsModel.ucTimeline

Interaction logic for ucTimeline.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: TheAirlineProject/tap-desktop

공개 프로퍼티들

프로퍼티 타입 설명
DayProperty System.Windows.DependencyProperty
EntriesProperty System.Windows.DependencyProperty
EntryAddedEvent System.Windows.RoutedEvent
EntryChangedEvent System.Windows.RoutedEvent
EntryDeletedEvent System.Windows.RoutedEvent

Private Properties

프로퍼티 타입 설명
getPositionTime System.TimeSpan
timeline_Drop void
timeline_MouseMove void
timeline_PreviewMouseLeftButtonDown void
tlEntry_MouseDown void

공개 메소드들

메소드 설명
ucTimeline ( ) : System

비공개 메소드들

메소드 설명
getPositionTime ( double position ) : System.TimeSpan
timeline_Drop ( object sender, System.Windows.DragEventArgs e ) : void
timeline_MouseMove ( object sender, System.Windows.Input.MouseEventArgs e ) : void
timeline_PreviewMouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
tlEntry_MouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

메소드 상세

ucTimeline() 공개 메소드

public ucTimeline ( ) : System
리턴 System

프로퍼티 상세

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

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

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

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

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

public static RoutedEvent,System.Windows EntryAddedEvent
리턴 System.Windows.RoutedEvent

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

public static RoutedEvent,System.Windows EntryChangedEvent
리턴 System.Windows.RoutedEvent

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

public static RoutedEvent,System.Windows EntryDeletedEvent
리턴 System.Windows.RoutedEvent