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