Reads a list of brushes from the specified element with the specified parent.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public List<Brush> ReadBrushList ( |
Visual Basic
Copy Code
|
|---|
Public Function ReadBrushList( _ |
The name of the element.
The parent of the element.
The deserialized list with brushes.
See Also