DisplayCanvasZoomTransform Property

CVB.Net Documentation
The transform affecting the zoom parameters.

Namespace:  Stemmer.Cvb.Wpf.Controls
Assembly:  Stemmer.Cvb.Wpf (in Stemmer.Cvb.Wpf.dll) Version: 14.0.0.0
Syntax

public Transform ZoomTransform { get; }

Property Value

Type: Transform
Default value is the Identity transform.
Remarks

The behavior is like the render transform of a UIElement as the actual ZoomCenter and ZoomFactor values are not changed.
See Also

Reference