Share via


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

See Also

Reference

DesignerView Class

Microsoft.Windows.Design.Interaction Namespace

AdornerPanel

Other Resources

Walkthrough: Creating a Design-time Adorner

Adorner Architecture