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