ITransformProvider2.CanZoom 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 a value that indicates whether the control supports zooming of its viewport.
public:
property bool CanZoom { bool get(); };
bool CanZoom();
public bool CanZoom { get; }
var boolean = iTransformProvider2.canZoom;
Public ReadOnly Property CanZoom As Boolean
Property Value
Boolean
bool
true if the viewport can be zoomed; otherwise, false.