CSSBoxShadowProperty public sealed class CSSBoxShadowProperty : CSSProperty Information can be found on MDN: https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow Documentation Code public IEnumerable<Shadow> Shadows { get; } Gets an enumeration over all the set shadows.