DisplayIsZoomActive Property

CVB.Net Documentation
Gets whether this control is currently in zoom mode despite stretch mode.

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

[TypeConverterAttribute(typeof(BooleanConverter))]
public bool IsZoomActive { get; }

Property Value

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

Implements

IDisplayIsZoomActive
See Also

Reference