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