IDisplayIsZoomActive Property

CVB.Net Documentation
Gets whether this control is currently in zoom mode and the zoom factor is greater than one.

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

bool IsZoomActive { get; }

Property Value

Type: Boolean
This control is either in zoom mode (true value) or in panorama/stretch mode (false value).
See Also

Reference