Skip to content

DrawingAttributionLayerEventArgs

Namespace: ThinkGeo.Core

public class DrawingAttributionLayerEventArgs : System.EventArgs

Inheritance ObjectEventArgsDrawingAttributionLayerEventArgs

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

GeoCanvas

This property gets and sets the GeoCanvas we are drawing on.

public GeoCanvas GeoCanvas { get; set; }

Property Value

GeoCanvas
This property gets the GeoCanvas we are drawing on.

Remarks:

None

Attribution

public string Attribution { get; set; }

Property Value

String

Constructors

DrawingAttributionLayerEventArgs()

public DrawingAttributionLayerEventArgs()

DrawingAttributionLayerEventArgs(GeoCanvas, String)

public DrawingAttributionLayerEventArgs(GeoCanvas canvas, string attribution)

Parameters

canvas GeoCanvas

attribution String