CssTextShadowProperty sealed class CssTextShadowProperty : CssProperty, ICssTextShadowProperty, ICssProperty Information can be found on MDN: https://developer.mozilla.org/en-US/docs/Web/CSS/text-shadow Documentation Code public IEnumerable<Shadow> Shadows { get; } Gets an enumeration over all the set shadows. public void SetShadows(IEnumerable<Shadow> shadows)