AlphaBlendShadowColor Property (PSShape)
In This Topic
Gets or sets the amount of transparency of the shadow.
Syntax
'Declaration
Public Property AlphaBlendShadowColor As Integer
'Usage
Dim instance As PSShape
Dim value As Integer
instance.AlphaBlendShadowColor = value
value = instance.AlphaBlendShadowColor
public int AlphaBlendShadowColor {get; set;}
See Also