C# Class 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
Inheritance: System.Windows.Controls.ContentControl, INotifyPropertyChanged
Afficher le fichier Open project: TrakHound/TrakHound-Community Class Usage Examples

Méthodes publiques

Свойство Type Description
MoreLinkText string
SelectedEventImageUrl string
TeaserSize int

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
OnEventPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
UpdateDisplayEvent ( ) : void

Method Details

FirePropertyChanged() public méthode

public FirePropertyChanged ( string name ) : void
name string
Résultat void

FixDescription() public méthode

public FixDescription ( string d ) : string
d string
Résultat string

Recalculate() public méthode

public Recalculate ( bool fireUpdate = true ) : void
fireUpdate bool
Résultat void

SetCalculatedTop() public méthode

public SetCalculatedTop ( double value ) : void
value double
Résultat void

TimelineDisplayEvent() public méthode

public TimelineDisplayEvent ( TimelineEvent e, TimelineTray tray, TimelineBuilder builder ) : ColorWheel.Core
e TimelineEvent
tray TimelineTray
builder TimelineBuilder
Résultat ColorWheel.Core

Property Details

MoreLinkText public_oe static_oe property

public static string MoreLinkText
Résultat string

SelectedEventImageUrl public_oe static_oe property

public static string SelectedEventImageUrl
Résultat string

TeaserSize public_oe static_oe property

public static int TeaserSize
Résultat int