client/src/Iri.Modernisation.Controls/ViewModel/ProductionTimeLine/CustomableVideoElementVM.cs
equal
deleted
inserted
replaced
90 return( RunTime.TotalMilliseconds - (BeginTrim.TotalMilliseconds + EndTrim.TotalMilliseconds))*ProductionTimeLine.ScaleTime; |
90 return( RunTime.TotalMilliseconds - (BeginTrim.TotalMilliseconds + EndTrim.TotalMilliseconds))*ProductionTimeLine.ScaleTime; |
91 } |
91 } |
92 |
92 |
93 } |
93 } |
94 |
94 |
95 private VideoChapterType _chapter; |
95 |
96 public VideoChapterType Chapter |
|
97 { |
|
98 get |
|
99 { |
|
100 return _chapter; |
|
101 } |
|
102 set |
|
103 { |
|
104 _chapter = value; |
|
105 OnPropertyChanged("Chapter"); |
|
106 } |
|
107 } |
|
108 |
96 |
109 private Color _chapterColor; |
97 private Color _chapterColor; |
110 public Color ChapterColor |
98 public Color ChapterColor |
111 { |
99 { |
112 get |
100 get |