Show / Hide Table of Contents

Interface IKeyFrame

Namespace: System.Windows.Media.Animation
Assembly: OpenSilver.dll
Syntax
public interface IKeyFrame

Properties

| Improve this Doc View Source

KeyTime

The key time associated with the key frame.

Declaration
KeyTime KeyTime { get; set; }
Property Value
Type Description
KeyTime
| Improve this Doc View Source

Value

The value associated with the key frame.

Declaration
object Value { get; set; }
Property Value
Type Description
System.Object
  • Improve this Doc
  • View Source