ZoomLevelChangedEventArgs.ZoomTransform Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.