DisplayCanvasIsInStretchMode Property

CVB.Net Documentation
Gets whether the stretch mode is active and not the zoom 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 IsInStretchMode { get; }

Property Value

Type: Boolean
True if stretch mode is active; false if zoom mode is active.

Implements

IDisplayIsInStretchMode
Remarks

The stretch mode was called panorama mode in the CVB Display ActiveX control.
See Also

Reference