Shadow public sealed class Shadow Documentation Code public Length BlurRadius { get; } public Color Color { get; } public bool IsInset { get; } public Length OffsetX { get; } public Length OffsetY { get; } public Length SpreadRadius { get; } public Shadow(bool inset, Length offsetX, Length offsetY, Length blurRadius, Length spreadRadius, Color color)