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