MapViewIsAnimating Property |
Gets a value indicating whether an animation is in progress. Returns true while the map performs
a transition to a new map section.
Namespace:
Ptv.XServer.Controls.Map
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public bool IsAnimating { get; }
Public ReadOnly Property IsAnimating As Boolean
Get
public:
property bool IsAnimating {
bool get ();
}
member IsAnimating : bool with get
Property Value
Type:
BooleanSee Also