Ejemplo n.º 1
0
 public static string GetTargetProperty(Timeline timeline) => (string)timeline.GetValue(TargetPropertyProperty);
Ejemplo n.º 2
0
 public static string GetTargetProperty(Timeline timeline)
 {
     return((string)timeline.GetValue(TargetPropertyProperty));
 }