Converts a Thickness to a double by returning the Thickness.Top property value.

Namespace:  Mindscape.WpfDiagramming.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public class ThicknessToDoubleConverter : IValueConverter
Visual Basic (Declaration)
Public Class ThicknessToDoubleConverter _
	Implements IValueConverter

Inheritance Hierarchy

System..::.Object
  Mindscape.WpfDiagramming.Foundation..::.ThicknessToDoubleConverter

See Also