TiledCanvasGetTransitionUpdates Property |
Gets or sets an function that returns a value indicating whether dynamic update is used for tile loading.
Namespace:
Ptv.XServer.Controls.Map.Layers.Tiled
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public Func GetTransitionUpdates { get; set; }
Public Property GetTransitionUpdates As Func
Get
Set
public:
property Func^ GetTransitionUpdates {
Func^ get ();
void set (Func^ value);
}
member GetTransitionUpdates : Func with get, set
Property Value
Type:
FuncTResultSee Also