ZoomLevelConverter Class

 

Allows conversion between string and double representations of the zoom level.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

System.Object
  Microsoft.VisualStudio.Text.Editor.ZoomLevelConverter

[ValueConversionAttribute(typeof(double), typeof(string))]
public sealed class ZoomLevelConverter : IValueConverter

NameDescription
System_CAPS_pubmethodZoomLevelConverter()

Initializes a new instance of ZoomLevelConverter.

NameDescription
System_CAPS_pubmethodConvert(Object, Type, Object, CultureInfo)

Converts the zoom level from double to string.

System_CAPS_pubmethodConvertBack(Object, Type, Object, CultureInfo)

Converts the value from string to double.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: