Skip to content

DrawingAttributionOverlayEventArgs

Namespace: ThinkGeo.Core

public class DrawingAttributionOverlayEventArgs : System.EventArgs

Inheritance ObjectEventArgsDrawingAttributionOverlayEventArgs

Properties

Cancel

This property gets and 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

Canvas

public GeoCanvas Canvas { get; set; }

Property Value

GeoCanvas

Attribution

public string Attribution { get; set; }

Property Value

String

Constructors

DrawingAttributionOverlayEventArgs()

public DrawingAttributionOverlayEventArgs()

DrawingAttributionOverlayEventArgs(GeoCanvas, String)

public DrawingAttributionOverlayEventArgs(GeoCanvas canvas, string attribution)

Parameters

canvas GeoCanvas

attribution String