MindFusion.Charting for Silverlight Programmer's Guide
XmlSerializationContext.ReadThickness Method
See Also
 






Reads a System.Windows.Thickness object with the specified name.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public Thickness ReadThickness (
    string elementName,
    XElement parentElement
)

Visual Basic  Copy Code

Public Function ReadThickness( _
    elementName As String, _
    parentElement As XElement _
) As Thickness

 Parameters

elementName

The name of the element to read.

parentElement

The parent of the element to read.

 Return Value

A boolean value that is deserialized from the specified string.

 See Also

XmlSerializationContext Members
XmlSerializationContext Class
MindFusion.Charting.Silverlight Namespace