ZoomPercentageConverter Class
Implements a type converter for converting Double (used as the value of DocumentViewer.Zoom) to and from other types.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Name | Description | |
|---|---|---|
![]() | ZoomPercentageConverter() | Initializes a new instance of the ZoomPercentageConverter class. |
| Name | Description | |
|---|---|---|
![]() | Convert(Object, Type, Object, CultureInfo) | Converts the Double (used as the value of DocumentViewer.Zoom) to an object of the specified type. |
![]() | ConvertBack(Object, Type, Object, CultureInfo) | Returns a previously converted value of DocumentViewer.Zoom back to a Double that can be assigned to DocumentViewer.Zoom. |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
