DrawingOverlayEventArgs¶
Namespace: ThinkGeo.UI.Maui
Constructor of DrawingOverlayEventArgs class.
public class DrawingOverlayEventArgs : System.EventArgs
Inheritance Object → EventArgs → DrawingOverlayEventArgs
Properties¶
Cancel¶
Gets or sets a value that determines whether you want to cancel the Overlay from drawing.
public bool Cancel { get; set; }
Property Value¶
Boolean
This property gets a value that determines whether you want to cancel the Overlay from drawing.
Remarks:
None
OverlayRefreshType¶
public OverlayRefreshType OverlayRefreshType { get; set; }
Property Value¶
Constructors¶
DrawingOverlayEventArgs(Boolean)¶
Constructor of DrawingOverlayEventArgs class.
public DrawingOverlayEventArgs(bool cancel)
Parameters¶
cancel
Boolean
This parameter indicates whether cancel current drawing process.
DrawingOverlayEventArgs()¶
Constructor of DrawingOverlayEventArgs class.
public DrawingOverlayEventArgs()
Remarks:
This is the default constructor. If you use this constructor then you need to set the required properties manually.