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