AlphaBlendBackColor Property (PSObject)
In This Topic
Gets or sets the alpha-blend value of the background color of the object.
Syntax
'Declaration
Public Overridable Property AlphaBlendBackColor As Integer
'Usage
Dim instance As PSObject
Dim value As Integer
instance.AlphaBlendBackColor = value
value = instance.AlphaBlendBackColor
public virtual int AlphaBlendBackColor {get; set;}
See Also