ZoomLevel Property

Gets or sets the Zoom level for the enclosed text views between 20% to 400%

Namespace:  Microsoft.VisualStudio.Data.Tools.Delta
Assembly:  Microsoft.VisualStudio.Data.Tools.Delta (in Microsoft.VisualStudio.Data.Tools.Delta.dll)

Syntax

'Declaration
Property ZoomLevel As Double
    Get
    Set
'Usage
Dim instance As IDifferenceViewer
Dim value As Double

value = instance.ZoomLevel

instance.ZoomLevel = value
double ZoomLevel { get; set; }
property double ZoomLevel {
    double get ();
    void set (double value);
}
abstract ZoomLevel : float with get, set
function get ZoomLevel () : double
function set ZoomLevel (value : double)

Property Value

Type: System..::..Double

See Also

Reference

IDifferenceViewer Interface

Microsoft.VisualStudio.Data.Tools.Delta Namespace