PanAndZoomIsActive Property |
Gets or sets a value indicating whether a zooming or panning action is in progress.
Namespace:
Ptv.XServer.Controls.Map.Gadgets
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public bool IsActive { get; set; }
Public Property IsActive As Boolean
Get
Set
public:
property bool IsActive {
bool get ();
void set (bool value);
}
member IsActive : bool with get, set
Property Value
Type:
Boolean Flag indicating whether a zooming or panning action is active.
See Also