DrawnOverlayEventArgs¶
Namespace: ThinkGeo.UI.Maui
public class DrawnOverlayEventArgs : System.EventArgs
Inheritance Object → EventArgs → DrawnOverlayEventArgs
Properties¶
OverlayRefreshType¶
public OverlayRefreshType OverlayRefreshType { get; set; }
Property Value¶
Constructors¶
DrawnOverlayEventArgs()¶
Constructor of DrawnOverlayEventArgs class.
public DrawnOverlayEventArgs()
Remarks:
This is the default constructor. If you use this constructor then you need to set the required properties manually.