FormsMapUseAnimation Property |
Gets or sets a value indicating whether the map uses transitions for panning, zooming and fade-in
of tiles. The default value is true.
Namespace:
Ptv.XServer.Controls.Map
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public bool UseAnimation { get; set; }
Public Property UseAnimation As Boolean
Get
Set
public:
virtual property bool UseAnimation {
bool get () sealed;
void set (bool value) sealed;
}
abstract UseAnimation : bool with get, set
override UseAnimation : bool with get, set
Property Value
Type:
BooleanImplements
IMapUseAnimationSee Also