ZoomLevelChangedEventArgs.ZoomTransform Property

Definition

Gets the zoom tranform to apply

public:
 property System::Windows::Media::Transform ^ ZoomTransform { System::Windows::Media::Transform ^ get(); };
public System.Windows.Media.Transform ZoomTransform { get; }
member this.ZoomTransform : System.Windows.Media.Transform
Public ReadOnly Property ZoomTransform As Transform

Property Value

The zoom transform to apply.

Remarks

Wpf UI elements wishing to be reflect the view's zoom level can set their LayoutTransform property to the value of ZoomTransform.

Applies to