LevelTipsChangedPanZoomBarMapToolEventArgs¶
Namespace: ThinkGeo.UI.Wpf
This class represents an event argument for the LevelTipsChanged event on PanZoomBarMapTool class.
public class LevelTipsChangedPanZoomBarMapToolEventArgs : System.EventArgs
Inheritance Object → EventArgs → LevelTipsChangedPanZoomBarMapToolEventArgs
Properties¶
LevelTip¶
This property gets or sets a new level tip when the level tip content changed on the PanZoomBar.
public string LevelTip { get; set; }
Property Value¶
Level¶
This property gets new zoom.
public int Level { get; }
Property Value¶
Constructors¶
LevelTipsChangedPanZoomBarMapToolEventArgs()¶
This is constructor of LevelTipsChangedPanZoomBarMapToolEventArgs class.
public LevelTipsChangedPanZoomBarMapToolEventArgs()
LevelTipsChangedPanZoomBarMapToolEventArgs(String, Int32)¶
This is constructor of LevelTipsChangedPanZoomBarMapToolEventArgs class.
public LevelTipsChangedPanZoomBarMapToolEventArgs(string levelTip, int level)
Parameters¶
levelTip
String
level
Int32
The new level tip represents after the zoom changed.