KeyframeSelector sealed class KeyframeSelector : IKeyframeSelector, IStyleFormattable 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) public string ToCss() public string ToCss(IStyleFormatter formatter)