ZoomLevelConverter Class
Visual Studio 2015
Allows conversion between string and double representations of the zoom level.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
| Name | Description | |
|---|---|---|
![]() | ZoomLevelConverter() | Initializes a new instance of ZoomLevelConverter. |
| Name | Description | |
|---|---|---|
![]() | Convert(Object, Type, Object, CultureInfo) | Converts the zoom level from double to string. |
![]() | ConvertBack(Object, Type, Object, CultureInfo) | Converts the value from string to double. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (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.
Show:
