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