C1.WPF.Document Assembly / C1.WPF.Document Namespace / Line Class / ShouldSerialize Method

In This Topic
ShouldSerialize Method (Line)
In This Topic
Indicates whether any property of this object has changed from its default value.
Syntax
'Declaration
 
Public Function ShouldSerialize() As Boolean
 

Return Value

Return true if any object has changed from its default value, false otherwise.
See Also