ShouldSerializeShadowOffset Method (XShape)
In This Topic
Determines whether the shadow offset should be serialized.
Syntax
'Declaration
Public Overridable Function ShouldSerializeShadowOffset() As Boolean
'Usage
Dim instance As XShape
Dim value As Boolean
value = instance.ShouldSerializeShadowOffset()
public virtual bool ShouldSerializeShadowOffset()
See Also