ITransformProvider2.CanZoom Property

Definition

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.

Applies to