Beispiel #1
0
 public void Add(IStoryboardElement element)
 {
     Elements.Add(element);
 }
Beispiel #2
0
 public static double GetEndTime(this IStoryboardElement element) => (element as IStoryboardElementWithDuration)?.EndTime ?? element.StartTime;