ZoomLevelChangedEventArgs::ZoomTransform Property
Visual Studio 2015
Gets the zoom transform to apply.
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); }
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.
Show: