ZoomLevelConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class ZoomLevelConverter sealed : System::Windows::Data::IValueConverter
[System.Windows.Data.ValueConversion(typeof(System.Double), typeof(System.String))]
public sealed class ZoomLevelConverter : System.Windows.Data.IValueConverter
[<System.Windows.Data.ValueConversion(typeof(System.Double), typeof(System.String))>]
type ZoomLevelConverter = class
interface IValueConverter
Public NotInheritable Class ZoomLevelConverter
Implements IValueConverter
- Inheritance
-
ZoomLevelConverter
- Attributes
- Implements
Constructors
ZoomLevelConverter() |
Initializes a new instance of ZoomLevelConverter. |
Methods
Convert(Object, Type, Object, CultureInfo) |
Converts the value from Double to its String representation. |
ConvertBack(Object, Type, Object, CultureInfo) |
Converts the value from its String representation to its Double value. |