The RectToDoubleConverter type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| RectToDoubleConverter |
Initializes a new instance of the RectToDoubleConverter class.
|
Methods
| Name | Description | |
|---|---|---|
| Convert |
Returns a number based on the width or height of the Rect object and the Factor property.
| |
| ConvertBack |
Converts a value from a binding target for writing to a binding source.
|
Properties
| Name | Description | |
|---|---|---|
| ConverterType |
Gets or sets the RectToDoubleConverterType which specifies which conversion calculation
to use.
| |
| Factor |
Gets or sets the value that is multiplied to the calculated width value before it is returned
in the Convert method.
|