DesignerView.ZoomLevel Property
Represents the current zoom level of the DesignerView.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Property ZoomLevel As Double
Get
Set
public double ZoomLevel { get; set; }
public:
property double ZoomLevel {
double get ();
void set (double value);
}
member ZoomLevel : float with get, set
function get ZoomLevel () : double
function set ZoomLevel (value : double)
Property Value
Type: System.Double
The zoom level of the DesignerView.
.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.
See Also
Reference
Microsoft.Windows.Design.Interaction Namespace