Setters Property
Gets the setters of KeyFrame.
Definition
Namespace: Avalonia.Animation
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
[ContentAttribute]
public AvaloniaList<IAnimationSetter> Setters { get; }
<ContentAttribute>
Public ReadOnly Property Setters As AvaloniaList(Of IAnimationSetter)
Get
[<ContentAttribute>]
member Setters : AvaloniaList<IAnimationSetter> with get
Property Value
AvaloniaList(IAnimationSetter)