ZoomConstants Class

 

Defines the constants used for zoom operations.

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

System.Object
  Microsoft.VisualStudio.Text.Editor.ZoomConstants

public static class ZoomConstants

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticDefaultZoom

The default zoom level on the text view.

System_CAPS_pubfieldSystem_CAPS_staticMaxZoom

The maximum zoom allowed on the text view.

System_CAPS_pubfieldSystem_CAPS_staticMinZoom

The minimum zoom allowed on the text view.

System_CAPS_pubfieldSystem_CAPS_staticScalingFactor

The scaling factor used for zooming in and out of the view. The view zooms by a factor of 10%.

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: