ShadowColor Property (PSShape)
Gets or sets the color of the shadow of the object.
public Color ShadowColor {get; set;}
'Declaration
Public Property ShadowColor As Color
'Usage
Dim instance As PSShape
Dim value As Color
instance.ShadowColor = value
value = instance.ShadowColor