C# 클래스 TrakHound_UI.Timeline.TimelineDisplayEvent

we need this so that every timeline band can have it's own instance and therefore different brush and event top coordinates and width
상속: System.Windows.Controls.ContentControl, INotifyPropertyChanged
파일 보기 프로젝트 열기: TrakHound/TrakHound-Community 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MoreLinkText string
SelectedEventImageUrl string
TeaserSize int

공개 메소드들

메소드 설명
FirePropertyChanged ( string name ) : void
FixDescription ( string d ) : string
Recalculate ( bool fireUpdate = true ) : void
SetCalculatedTop ( double value ) : void
TimelineDisplayEvent ( TimelineEvent e, TimelineTray tray, TimelineBuilder builder ) : ColorWheel.Core

비공개 메소드들

메소드 설명
OnEventPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
UpdateDisplayEvent ( ) : void

메소드 상세

FirePropertyChanged() 공개 메소드

public FirePropertyChanged ( string name ) : void
name string
리턴 void

FixDescription() 공개 메소드

public FixDescription ( string d ) : string
d string
리턴 string

Recalculate() 공개 메소드

public Recalculate ( bool fireUpdate = true ) : void
fireUpdate bool
리턴 void

SetCalculatedTop() 공개 메소드

public SetCalculatedTop ( double value ) : void
value double
리턴 void

TimelineDisplayEvent() 공개 메소드

public TimelineDisplayEvent ( TimelineEvent e, TimelineTray tray, TimelineBuilder builder ) : ColorWheel.Core
e TimelineEvent
tray TimelineTray
builder TimelineBuilder
리턴 ColorWheel.Core

프로퍼티 상세

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

public static string MoreLinkText
리턴 string

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

public static string SelectedEventImageUrl
리턴 string

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

public static int TeaserSize
리턴 int