Skip to content

DrawnAttributionLayerEventArgs

Namespace: ThinkGeo.Core

public class DrawnAttributionLayerEventArgs : System.EventArgs

Inheritance ObjectEventArgsDrawnAttributionLayerEventArgs

Properties

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

DrawnAttributionLayerEventArgs()

public DrawnAttributionLayerEventArgs()

DrawnAttributionLayerEventArgs(GeoCanvas, String)

public DrawnAttributionLayerEventArgs(GeoCanvas canvas, string attribution)

Parameters

canvas GeoCanvas

attribution String