ZoomControl.SelectedZoomLevel Property
Gets or sets the SelectedZoomLevelProperty.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'宣言
Public Property SelectedZoomLevel As Double
Get
Set
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: System.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.