Table of Contents

Class DrawnAttributionLayerEventArgs

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 DrawnAttributionLayerEventArgs : EventArgs
Inheritance
DrawnAttributionLayerEventArgs
Inherited Members

Constructors

DrawnAttributionLayerEventArgs()

public DrawnAttributionLayerEventArgs()

DrawnAttributionLayerEventArgs(GeoCanvas, string)

public DrawnAttributionLayerEventArgs(GeoCanvas canvas, string attribution)

Parameters

canvas GeoCanvas
attribution string

Properties

Attribution

[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 string Attribution { get; set; }

Property Value

string

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