CssTransformProperty sealed class CssTransformProperty : CssProperty, ICssTransformProperty, ICssProperty More information available at MDN: https://developer.mozilla.org/en-US/docs/Web/CSS/transform Documentation Code public IEnumerable<ITransform> Transforms { get; } Gets the enumeration over all transformations. public void SetTransforms(IEnumerable<ITransform> transforms)