Table of Contents

Class DrawingAttributionLayerEventArgs

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll
[Obsolete("Layer.Attribution (as well as Drawing Attribution) is deprecate and will be removed after v14.2. You can accomplish the similar feature by overriding layer.DrawCore/Layer.DrawAsyncCore method")]
public class DrawingAttributionLayerEventArgs : EventArgs
Inheritance
DrawingAttributionLayerEventArgs
Inherited Members

Constructors

DrawingAttributionLayerEventArgs()

public DrawingAttributionLayerEventArgs()

DrawingAttributionLayerEventArgs(GeoCanvas, string)

public DrawingAttributionLayerEventArgs(GeoCanvas canvas, string attribution)

Parameters

canvas GeoCanvas
attribution string

Properties

Attribution

public string Attribution { get; set; }

Property Value

string

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

bool

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