ShouldSerializeAlphaBlendBackColor Method (PSObject)
In This Topic
Determines if the alpha-blend value of the background color of the object should be serialized.
Syntax
'Declaration
Public Overridable Function ShouldSerializeAlphaBlendBackColor() As Boolean
'Usage
Dim instance As PSObject
Dim value As Boolean
value = instance.ShouldSerializeAlphaBlendBackColor()
public virtual bool ShouldSerializeAlphaBlendBackColor()
See Also