Interface IKeyFrame
Namespace: System.Windows.Media.Animation
Assembly: OpenSilver.dll
Syntax
public interface IKeyFrame
Properties
| Improve this Doc View SourceKeyTime
The key time associated with the key frame.
Declaration
KeyTime KeyTime { get; set; }
Property Value
Type | Description |
---|---|
KeyTime |
Value
The value associated with the key frame.
Declaration
object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object |