CssBoxShadowProperty sealed class CssBoxShadowProperty : CssProperty, ICssBoxShadowProperty, ICssProperty 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. public void SetShadows(IEnumerable<Shadow> shadows)