KeyFrame
Last updated
Last updated
Inheritance: AvaloniaObject AvaloniaUI documentation: KeyFrame API
Constructors | Description |
---|---|
Properties | Description |
---|---|
KeyFrames(setters: IAnimationSetter seq)
Creates a KeyFrame widget.
KeyFrame(property: AvaloniaProperty, value: obj)
Creates a KeyFrame widget.
cue(value: Cue)
Sets the Cue property.
cue(value: float)
Sets the Cue property.
cue(value: string)
Sets the Cue property.
keySpline(value: KeySpline)
Sets the KeySpline property.
keySpline(value: string)
Sets the KeySpline property.
keyTime(value: TimeSpan)
Sets the KeyTime property.
reference(value: ViewRef)
Link a ViewRef to access the direct KeyFrame control instance.