KeyframeSelector sealed class KeyframeSelector : IKeyframeSelector Represents the keyframe selector. Documentation Code public IEnumerable<Percent> Stops { get; } Gets an enumeration over all stops. public string Text { get; } Gets the text representation of the keyframe selector. public KeyframeSelector(IEnumerable<Percent> stops)