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