Enum KeyTimeType
Represents the different types that may represent a KeyTime instance.
Namespace: System.Windows.Media.Animation
Assembly: OpenSilver.dll
Syntax
public enum KeyTimeType : byte
Fields
Name | Description |
---|---|
TimeSpan | Each KeyTime is expressed as a TimeSpan value relative to the BeginTime of an animation sequence. |
Uniform | The allotted total time for an animation sequence is divided evenly amongst each of the key frames. |