Share via


DesignerView.GetZoomTransform Method

Represents the zoom transform that is to the DesignerView.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public Overridable Function GetZoomTransform As Transform
public virtual Transform GetZoomTransform()
public:
virtual Transform^ GetZoomTransform()
abstract GetZoomTransform : unit -> Transform 
override GetZoomTransform : unit -> Transform 
public function GetZoomTransform() : Transform

Return Value

Type: System.Windows.Media.Transform
The Transform that represents the zoom factor.

.NET Framework Security

See Also

Reference

DesignerView Class

Microsoft.Windows.Design.Interaction Namespace

AdornerPanel

Other Resources

Walkthrough: Creating a Design-time Adorner

Adorner Architecture