Specifies the calculation that a RectToDoubleConverter should use to convert a Rect to a number.

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 enum RectToDoubleConverterType
Visual Basic (Declaration)
Public Enumeration RectToDoubleConverterType

Members

Member nameDescription
Width
The width of the Rect is used.
Height
The height of the Rect is used.
Maximum
Either the width or height of the Rect is used depending on which is largest.

See Also