CSSTextShadowProperty public sealed class CSSTextShadowProperty : CSSProperty 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.