Reads a System.Windows.FontWeight structure value from the specified element with the specified parent.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public Object ReadFontWeight ( |
Visual Basic
Copy Code
|
|---|
Public Function ReadFontWeight( _ |
The name of the element to read.
The XML parent of the element to read.
RemarksThe deserialized System.Windows.FontWeight structure value.
See Also