Search
XmlSerializationContext.ReadFontStyle Method
See Also
 





Reads a FontStyle enumeration member from the specified element with the specified parent.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public Object ReadFontStyle (
    string elementName,
    XmlElement parentElement
)

Visual Basic  Copy Code

Public Function ReadFontStyle( _
    elementName As String, _
    parentElement As XmlElement _
) As Object

 Parameters

elementName

The name of the element to read.

parentElement

The XML parent of the element to read.

 Return Value

The deserialized enumeration member value.

 See Also