Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the SelectedZoomLevelProperty.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
Public Property SelectedZoomLevel As Double
public double SelectedZoomLevel { get; set; }
public:
property double SelectedZoomLevel {
double get ();
void set (double value);
}
member SelectedZoomLevel : float with get, set
function get SelectedZoomLevel () : double
function set SelectedZoomLevel (value : double)
Property Value
Type: Double
The selected zoom level.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.