ShouldSerializeShadowOffsetX Method (PSShape)
In This Topic
Determines if the ShadowOffsetX property should be serialized.
Syntax
'Declaration
Public Overridable Function ShouldSerializeShadowOffsetX() As Boolean
'Usage
Dim instance As PSShape
Dim value As Boolean
value = instance.ShouldSerializeShadowOffsetX()
public virtual bool ShouldSerializeShadowOffsetX()
See Also