ZoomLevelChangedEventArgs::ZoomTransform Property

 

Gets the zoom transform to apply.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

public:
property Transform^ ZoomTransform {
	[CompilerGeneratedAttribute]
	Transform^ get();
	[CompilerGeneratedAttribute]
	private: void set(Transform^ value);
}

Property Value

Type: System.Windows.Media::Transform^

The zoom transform to apply.

If you have WPF UI elements and want them to reflect the view's zoom level, you can set their LayoutTransform property to this value.

Return to top
Show: