3 changed files with 9 additions and 1 deletions
@ -1,8 +1,11 @@ |
|||
using System; |
|||
|
|||
namespace Avalonia.Animation |
|||
{ |
|||
public interface IAnimationSetter |
|||
{ |
|||
AvaloniaProperty Property { get; set; } |
|||
object Value { get; set; } |
|||
Type Animator { get; set; } |
|||
} |
|||
} |
|||
|
|||
Loading…
Reference in new issue