Gets or sets a value specifies whether properties that have their default value should be serialized to XML.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public bool IncludeUnalteredProperties { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property IncludeUnalteredProperties As Boolean |
A boolean value.
See Also